fix: some temp tests

This commit is contained in:
Vlad Stan 2024-12-09 10:04:56 +02:00
parent a0f936ceff
commit d4e13efdca
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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')
}
})

View File

@ -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>