mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-03 09:28:05 +02:00
fix: some temp tests
This commit is contained in:
parent
a0f936ceff
commit
d4e13efdca
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
@ -60,8 +60,8 @@ window.app.component('lnbits-wallet-list', {
|
||||
this.activeWallet = LNbits.map.wallet(window.wallet)
|
||||
}
|
||||
document.addEventListener('updateWalletBalance', this.updateWalletBalance)
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
this.vertical=!urlParams.get('vertical')
|
||||
// const urlParams = new URLSearchParams(window.location.search);
|
||||
// this.vertical=!urlParams.get('vertical')
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
dense
|
||||
class="lnbits-drawer__q-list"
|
||||
>
|
||||
<q-item :href="activeWallet.url+'&vertical='+vertical" class="cursor-pointer">
|
||||
<q-item class="cursor-pointer">
|
||||
<q-item-label header v-text="$t('wallets')" class="q-pl-none">
|
||||
</q-item-label>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user