RED-6332: fix no notifications icon

This commit is contained in:
Dan Percic 2023-03-17 11:33:32 +02:00
parent fa550f1693
commit ce30a177de

View File

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