Hide notifactions based on dev mode
This commit is contained in:
parent
5c6d78a58c
commit
77b48736a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user