MOBILE-3320 comments: Fix add comments check

main
Pau Ferrer Ocaña 2021-05-25 17:02:05 +02:00
parent f936bc9bd9
commit 59cf068936
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
</core-loading>
</ion-content>
<ion-footer color="light" class="footer-adjustable" *ngIf="commentsLoaded">
<ion-footer color="light" class="footer-adjustable" *ngIf="commentsLoaded && canAddComments">
<ion-toolbar color="light">
<core-send-message-form [sendDisabled]="sending" [message]="newComment"
(onSubmit)="addComment($event)" [placeholder]="'core.comments.addcomment' | translate">