Skip to content

Commit

Permalink
Disable view account feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Comp0te committed Sep 13, 2024
1 parent 538c793 commit 3cbbac9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/apps/popup/pages/navigation-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ export function NavigationMenuPageContent() {
}
}
]
: []),
{
id: 6,
title: t('Add watch account'),
iconPath: 'assets/icons/plus.svg',
disabled: false,
handleOnClick: () => {
closeNavigationMenu();
navigate(RouterPath.AddWatchAccount);
}
}
: [])
// {
// id: 6,
// title: t('Add watch account'),
// iconPath: 'assets/icons/plus.svg',
// disabled: false,
// handleOnClick: () => {
// closeNavigationMenu();
// navigate(RouterPath.AddWatchAccount);
// }
// }
]
},
{
Expand Down

0 comments on commit 3cbbac9

Please sign in to comment.