Skip to content

Commit 92f527f

Browse files
committed
Fix notifications menu visualization
1 parent 7834594 commit 92f527f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/menu-resolver.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ export class MenuResolverService {
563563
{
564564
id: 'notifications',
565565
active: false,
566-
visible: canSeeQa || isSiteAdmin,
566+
visible: canSeeQa && isSiteAdmin,
567567
model: {
568568
type: MenuItemType.TEXT,
569569
text: 'menu.section.notifications',

0 commit comments

Comments
 (0)