RED-5962 - Show 'Preferences'- and 'Prompts and Dialogs'-Page only for RED_USER and RED_MANAGER

This commit is contained in:
Valentin Mihai 2023-01-17 15:22:41 +02:00
parent e2186eac0f
commit 202ad545da

View File

@ -32,12 +32,12 @@ export class AccountSideNavComponent {
{
screen: 'preferences',
label: _('preferences-screen.label'),
show: true,
show: this.currentUser.isUser,
},
{
screen: 'warnings-preferences',
label: _('preferences-screen.warnings-label'),
show: true,
show: this.currentUser.isUser,
},
];