fix: exchange rate was not shown on wallet page when switching wallets (#3634)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user