refactor: create lnbits-wallet-paylinks component (#3523)

This commit is contained in:
dni ⚡
2025-11-21 11:05:38 +01:00
committed by GitHub
parent 98d4dbab8b
commit 3f7a1798d5
11 changed files with 155 additions and 131 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ window.windowMixin = {
})
},
selectWallet(wallet) {
Object.assign(this.g.wallet, wallet)
// this.wallet = this.g.wallet
this.g.wallet = wallet
this.g.updatePayments = !this.g.updatePayments
this.balance = parseInt(wallet.balance_msat / 1000)
const currentPath = this.$route.path