Skip to content

Commit

Permalink
enabling swap for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Oct 14, 2024
1 parent 07c1205 commit 76ce406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const allCategoriesRevamp: Array<SidebarCategoryRevamp> = [
route: ROUTES.SWAP.ROOT,
icon: swapIcon,
label: globalMessages.sidebarSwap,
isVisible: ({ selected }) => (environment.isDev() || environment.isNightly()) && !selected?.isTestnet,
isVisible: ({ selected }) => !selected?.isTestnet,
},
{
className: 'assets',
Expand Down

0 comments on commit 76ce406

Please sign in to comment.