Skip to content

Commit

Permalink
hide asset tab
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Nov 11, 2024
1 parent 2e5c30e commit 1433530
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ export const allCategoriesRevamp: Array<SidebarCategoryRevamp> = [
label: globalMessages.sidebarSwap,
isVisible: ({ selected }) => !selected?.isTestnet,
},
{
className: 'assets',
route: ROUTES.ASSETS.ROOT,
icon: assetsIcon,
label: globalMessages.sidebarAssets,
isVisible: () => environment.isProduction() || environment.isDev(),
},
{
className: 'portfolio',
route: ROUTES.PORTFOLIO.ROOT,
Expand Down

0 comments on commit 1433530

Please sign in to comment.