Hide notifactions based on dev mode

This commit is contained in:
Timo 2020-12-09 09:15:10 +02:00
parent 5c6d78a58c
commit 77b48736a8

View File

@ -56,7 +56,7 @@
<span class="dev-mode" *ngIf="userPreferenceService.areDevFeaturesEnabled" translate="dev-mode"></span>
</div>
<div class="menu right flex-2">
<redaction-notifications class="mr-8"></redaction-notifications>
<redaction-notifications class="mr-8" *ngIf="userPreferenceService.areDevFeaturesEnabled"></redaction-notifications>
<redaction-user-button [user]="user" [matMenuTriggerFor]="userMenu"></redaction-user-button>
<mat-menu #userMenu="matMenu">
<button