fix: exchange rate was not shown on wallet page when switching wallets (#3634)

This commit is contained in:
dni ⚡
2025-12-06 14:12:09 +01:00
committed by GitHub
parent e5e589fc40
commit 62047ea758
3 changed files with 4 additions and 7 deletions
+3 -1
View File
@@ -115,7 +115,9 @@
<div class="text-bold text-italic">BTC Price</div>
<span
class="text-bold text-italic"
v-text="formattedExchange"
v-text="
utils.formatCurrency(g.exchangeRate, g.wallet.currency)
"
></span>
</div>
<q-btn