Skip to content

Commit

Permalink
fix: properly show tokens when wallet is not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Feb 16, 2024
1 parent 9eab4a1 commit 8477d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/token/TokenSelectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{ error.message }}
</CommonErrorBlock>
</template>
<template v-else-if="isConnected && !hasBalances">
<template v-else-if="!hasBalances && (!search || displayedTokens.length)">
<div class="category -mx-block-padding-1/4 sm:-mx-block-padding-1/2">
<TokenLine
v-for="item in displayedTokens"
Expand Down

0 comments on commit 8477d8f

Please sign in to comment.