fix-fiat-balance (#2515)

This commit is contained in:
dni ⚡ 2024-05-23 07:47:56 +02:00 committed by GitHub
parent 07f0dc80f8
commit b15596d045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -560,6 +560,7 @@ new Vue({
this.update.name = this.g.wallet.name
this.update.currency = this.g.wallet.currency
this.receive.units = ['sat', ...window.currencies]
this.updateFiatBalance()
},
watch: {
updatePayments: function () {