We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538c793 commit 3cbbac9Copy full SHA for 3cbbac9
src/apps/popup/pages/navigation-menu/index.tsx
@@ -184,17 +184,17 @@ export function NavigationMenuPageContent() {
184
}
185
186
]
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
+ : [])
+ // {
+ // id: 6,
+ // title: t('Add watch account'),
+ // iconPath: 'assets/icons/plus.svg',
+ // disabled: false,
+ // handleOnClick: () => {
+ // closeNavigationMenu();
+ // navigate(RouterPath.AddWatchAccount);
+ // }
198
199
},
200
{
0 commit comments