From b15596d045ef86fe7b99566448b4b2b39e470042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 23 May 2024 07:47:56 +0200 Subject: [PATCH] fix-fiat-balance (#2515) --- lnbits/static/js/wallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/static/js/wallet.js b/lnbits/static/js/wallet.js index 22965d21f..3c48bda80 100644 --- a/lnbits/static/js/wallet.js +++ b/lnbits/static/js/wallet.js @@ -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 () {