Fix: mobile view wallet issues (#3850)

This commit is contained in:
Tiago Vasconcelos
2026-03-05 10:36:52 +00:00
committed by GitHub
parent c47fd2a4d1
commit 4c704305ac
5 changed files with 551 additions and 541 deletions
File diff suppressed because one or more lines are too long
@@ -17,6 +17,13 @@ window.app.component('lnbits-manage-wallet-list', {
} else {
this.activeWalletId = null
}
},
'g.user.wallets': {
handler() {
this.paymentEvents()
},
deep: true,
immediate: true
}
},
created() {