Skip to content

Commit

Permalink
fix(solana): Tokens page link removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 5, 2024
1 parent 5c216be commit 322dd0a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@
v-else
:class="[$q.screen.gt.sm ? 'btn-gradient' : 'float-right q-pa-sm']"
:text-color="$q.screen.gt.sm ? 'white' : 'black'"
:to="{
name: 'tokens-detail',
params: { address: accountStore!.account.address },
}"
:to="
accountStore!.account.chain === 'base'
? {
name: 'tokens-detail',
params: { address: accountStore!.account.address },
}
: undefined
"
no-caps
rounded
unelevated
Expand Down

0 comments on commit 322dd0a

Please sign in to comment.