fix commentform

This commit is contained in:
_Bastler 2021-10-05 21:16:51 +02:00
parent 02cb194f00
commit 62fe9c1b02

View File

@ -45,4 +45,4 @@
</div>
</div>
<ui-comments *ngIf="subcomments && comment.metadata && comment.metadata.comments > 0" #subcomments [target]="comment.target" [parent]="comment.id" [subcomments]="subcomments"></ui-comments>
<ui-comments *ngIf="subcomments && comment.metadata && (comment.metadata.comments > 0 || comment.metadata.reply)" #subcomments [target]="comment.target" [parent]="comment.id" [subcomments]="subcomments"></ui-comments>