mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 20:42:32 +02:00
fix-fiat-balance (#2515)
This commit is contained in:
@@ -560,6 +560,7 @@ new Vue({
|
|||||||
this.update.name = this.g.wallet.name
|
this.update.name = this.g.wallet.name
|
||||||
this.update.currency = this.g.wallet.currency
|
this.update.currency = this.g.wallet.currency
|
||||||
this.receive.units = ['sat', ...window.currencies]
|
this.receive.units = ['sat', ...window.currencies]
|
||||||
|
this.updateFiatBalance()
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
updatePayments: function () {
|
updatePayments: function () {
|
||||||
|
Reference in New Issue
Block a user