We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6842 commit 96483d6Copy full SHA for 96483d6
apps/web-mzima-client/src/app/post/post-details/post-details.component.html
@@ -166,7 +166,12 @@ <h3>{{ field.label }}</h3>
166
<app-post-metadata *ngIf="post.id" [post]="post"></app-post-metadata>
167
</ng-container>
168
</div>
169
-<app-post-conversation *ngIf="post && post.source === 'SMS'" [post]="post"></app-post-conversation>
+<ng-container *ngIf="isManagePosts">
170
+ <app-post-conversation
171
+ *ngIf="post && post.source === 'SMS'"
172
+ [post]="post"
173
+ ></app-post-conversation>
174
+</ng-container>
175
<ng-template #spinner>
176
<app-spinner *ngIf="isPostLoading" class="spinner"></app-spinner>
177
<p
0 commit comments