From 85b2f30a1aaaa06e8dc4fe085f10bad90a4f52d5 Mon Sep 17 00:00:00 2001 From: Arc Date: Thu, 19 Dec 2024 13:38:25 +0000 Subject: [PATCH] format --- lnbits/static/js/wallet.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lnbits/static/js/wallet.js b/lnbits/static/js/wallet.js index 9eeaa1ef9..0bc7f08db 100644 --- a/lnbits/static/js/wallet.js +++ b/lnbits/static/js/wallet.js @@ -727,8 +727,7 @@ window.app = Vue.createApp({ this.$q.localStorage.set('lnbits.disclaimerShown', true) } // check blanace priority - if ( - this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) { + if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) { this.isPrioritySwapped = this.$q.localStorage.getItem( 'lnbits.isPrioritySwapped' )