Skip to content

Commit

Permalink
Merge pull request #3480 from Emurgo/ruslan/swap-nightly
Browse files Browse the repository at this point in the history
swap nightly
  • Loading branch information
vsubhuman committed Apr 25, 2024
2 parents c58db5d + 073ed0c commit c86eeef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const allCategoriesRevamp: Array<SidebarCategoryRevamp> = [
route: ROUTES.SWAP.ROOT,
icon: swapIcon,
label: globalMessages.sidebarSwap,
isVisible: ({ selected }) => !environment.isProduction() && !!selected?.isMainnet(),
isVisible: ({ selected }) => (environment.isDev() || environment.isNightly()) && !!selected?.isMainnet(),
},
{
className: 'assets',
Expand Down
4 changes: 2 additions & 2 deletions packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoroi",
"version": "5.1.411",
"version": "5.1.412",
"description": "Cardano ADA wallet",
"scripts": {
"dev-mv2": "rimraf dev/ && NODE_OPTIONS=--openssl-legacy-provider babel-node scripts-mv2/build --type=debug --env 'mainnet'",
Expand Down

0 comments on commit c86eeef

Please sign in to comment.