fix: websocket only listen to filtered wallets (#3627)

This commit is contained in:
dni ⚡
2025-12-06 16:31:12 +01:00
committed by GitHub
parent 5adc419c74
commit d2aedde21b
5 changed files with 70 additions and 65 deletions
@@ -5,10 +5,7 @@
class="lnbits-drawer__q-list"
>
<q-item
v-for="walletRec in g.user.wallets.slice(
0,
g.user.extra.visible_wallet_count || 10
)"
v-for="walletRec in g.user.wallets.slice(0, maxWallets)"
:key="walletRec.id"
clickable
:active="walletRec.id === activeWalletId"