Skip to content

Commit

Permalink
Fix user-activity
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Aug 14, 2024
1 parent f37ac6f commit de5129b
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@
></edit-form-portal>
</div>
</div>
<op-dynamic-bootstrap
*ngIf="!active && (isComment || isBcfComment)"
[HTML]="postedComment"
class="message"
></op-dynamic-bootstrap>
<div class="message"
*ngIf="!active && (isComment || isBcfComment)"
[innerHtml]="postedComment"></div>
<ul class="work-package-details-activities-messages" *ngIf="!isInitial">
<li *ngFor="let detail of details">
<span class="message" [innerHtml]="detail"></span>
Expand Down

0 comments on commit de5129b

Please sign in to comment.