diff --git a/lnbits/static/js/wallet.js b/lnbits/static/js/wallet.js index 5b67279f5..2bb0dfb79 100644 --- a/lnbits/static/js/wallet.js +++ b/lnbits/static/js/wallet.js @@ -716,7 +716,7 @@ window.app = Vue.createApp({ this.fetchBalance() }, 'update.currency'(newValue) { - if (this.ignoreWatcher) return + if (this.ignoreWatcher || this.update.currency == '') return this.updateWallet({currency: newValue}) this.updateFiatBalance(newValue) },