fix(ui): remove weekly report from prefs

This commit is contained in:
Shekar Siri 2023-11-30 13:48:24 +01:00
parent 0a8510866c
commit f5e1de089c

View file

@ -141,7 +141,7 @@ export const preferences: Category[] = [
},
{ label: 'Audit', key: PREFERENCES_MENU.AUDIT, icon: 'list-ul', isAdmin: true, isEnterprise: true },
{ label: 'Team', key: PREFERENCES_MENU.TEAM, icon: 'people', isAdmin: true },
{ label: 'Weekly Report', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'envelope-paper' },
{ label: 'Weekly Report', key: PREFERENCES_MENU.NOTIFICATIONS, icon: 'envelope-paper', hidden: true },
{ label: 'Billing', key: PREFERENCES_MENU.BILLING, icon: 'credit-card-2-back', hidden: true }
]
}