Skip to content

Commit 3cbbac9

Browse files
committed
Disable view account feature
1 parent 538c793 commit 3cbbac9

File tree

1 file changed

+11
-11
lines changed
  • src/apps/popup/pages/navigation-menu

1 file changed

+11
-11
lines changed

src/apps/popup/pages/navigation-menu/index.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ export function NavigationMenuPageContent() {
184184
}
185185
}
186186
]
187-
: []),
188-
{
189-
id: 6,
190-
title: t('Add watch account'),
191-
iconPath: 'assets/icons/plus.svg',
192-
disabled: false,
193-
handleOnClick: () => {
194-
closeNavigationMenu();
195-
navigate(RouterPath.AddWatchAccount);
196-
}
197-
}
187+
: [])
188+
// {
189+
// id: 6,
190+
// title: t('Add watch account'),
191+
// iconPath: 'assets/icons/plus.svg',
192+
// disabled: false,
193+
// handleOnClick: () => {
194+
// closeNavigationMenu();
195+
// navigate(RouterPath.AddWatchAccount);
196+
// }
197+
// }
198198
]
199199
},
200200
{

0 commit comments

Comments
 (0)