From 1a4c706ed45173fe1fb4e6e58cfbe1204853d629 Mon Sep 17 00:00:00 2001 From: arcbtc Date: Thu, 19 Dec 2024 20:10:15 +0000 Subject: [PATCH] fixed merge bug --- 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 704e6d266..5b67279f5 100644 --- a/lnbits/static/js/wallet.js +++ b/lnbits/static/js/wallet.js @@ -719,6 +719,7 @@ window.app = Vue.createApp({ if (this.ignoreWatcher) return this.updateWallet({currency: newValue}) this.updateFiatBalance(newValue) + }, '$q.screen.gt.sm'(value) { if (value == true) { this.mobileSimple = false