Skip to content

Commit

Permalink
Merge pull request #2371 from torusresearch/develop
Browse files Browse the repository at this point in the history
Release v4.0.4
  • Loading branch information
chaitanyapotti authored Oct 24, 2023
2 parents d0a17f7 + 3dfed0a commit 77640bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/WalletTransfer/WalletTransfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<v-menu transition="slide-y-transition" bottom>
<template #activator="{ on }">
<v-btn class="select-coin" label :outlined="$vuetify.theme.dark" v-on="on">
<span class="select-coin-name">{{ selectedItemDisplay && selectedItemDisplay.name }}</span>
<span class="select-coin-name">{{ selectedItemDisplay && (selectedItemDisplay.name || selectedItemDisplay.symbol) }}</span>
<div class="flex-grow-1 text-right pr-2">
<v-icon right>$vuetify.icons.select</v-icon>
</div>
Expand Down

0 comments on commit 77640bd

Please sign in to comment.