forked from CIT/Vmeda.Online
		
	MOBILE-3320 comments: Fix add comments check
This commit is contained in:
		
							parent
							
								
									f936bc9bd9
								
							
						
					
					
						commit
						59cf068936
					
				@ -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">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user