Refactor comment UI code

And run prettier
This commit is contained in:
Michael Shamoon
2022-08-07 17:33:13 -07:00
parent 349060658c
commit 9c360a2ceb
7 changed files with 85 additions and 75 deletions

View File

@@ -172,7 +172,7 @@
<li [ngbNavItem]="5" *ngIf="commentsEnabled">
<a ngbNavLink i18n>Comments</a>
<ng-template ngbNavContent>
<app-document-comment #commentComponent></app-document-comment>
<app-document-comments [documentId]="documentId"></app-document-comments>
</ng-template>
</li>