Skip to content

Commit

Permalink
fix: display currency unit next to the amount in transfer modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddik authored and vaab committed Dec 3, 2024
1 parent 5a95d5d commit 0e35769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyTransaction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:disabled="config?.amount && directionTransfer !== 'receive'"
/>
<div class="amount-currency-symbol pl-2">
{{ selectedRecipient?.curr }}
{{ account?.curr }}
</div>
</div>
<div class="notification is-danger is-light" v-if="errors.amount">
Expand Down

0 comments on commit 0e35769

Please sign in to comment.