Skip to content

Commit

Permalink
Merge branch 'feat/dapp-staking-v3' into feat/staking-v3-improvements5
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Dec 21, 2023
2 parents ff8ac6d + caaaf72 commit 71b4dd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ const routes: RouteRecordRaw[] = [
},
{
path: 'discover',
component: networkParam === '/development' ? DiscoverV3 : StakingTop,
component:
networkParam === '/development' || networkParam === '/shibuya-testnet'
? DiscoverV3
: StakingTop,
},
{
path: 'owner',
Expand Down

0 comments on commit 71b4dd6

Please sign in to comment.