Skip to content

Commit

Permalink
Fix: Hide conversation with author on post change while skeleton load…
Browse files Browse the repository at this point in the history
…er is on
  • Loading branch information
Ifycode committed Sep 10, 2024
1 parent 6e2cfcf commit 556b903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h3>{{ field.label }}</h3>
<!-- -->
</ng-container>
</div>
<ng-container *ngIf="isManagePosts">
<ng-container *ngIf="isManagePosts && !postChanged">
<app-post-conversation
*ngIf="post && post.source === 'SMS'"
[post]="post"
Expand Down

0 comments on commit 556b903

Please sign in to comment.