Skip to content

Commit

Permalink
fix: hide notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Apr 3, 2024
1 parent 448e216 commit ae21ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/sidebar/SidebarNavigation/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ export const generalSettingsNavItems = [
label: 'Appearance',
href: AppRoutes.settings.appearance,
},
{
label: 'Notifications',
href: AppRoutes.settings.notifications,
},
/* {
label: 'Notifications',
href: AppRoutes.settings.notifications,
}, */
{
label: 'Security & Login',
href: AppRoutes.settings.securityLogin,
Expand Down

0 comments on commit ae21ffb

Please sign in to comment.