RED-6332: fix no notifications icon

This commit is contained in:
Dan Percic 2023-03-17 11:35:23 +02:00
parent b269ddd039
commit 6b9eb5bc0c

View File

@ -30,7 +30,7 @@
<iqser-help-button *deny="roles.getRss" [iqserHelpMode]="'help_mode'" id="help-mode-button"></iqser-help-button>
<redaction-notifications
*ngIf="!currentUser.isAdmin && !currentUser.isUserAdmin"
*ngIf="currentUser.isUser || currentUser.isManager"
[iqserHelpMode]="'open_notifications'"
></redaction-notifications>
</div>