refactor: create lnbits-wallet-paylinks component (#3523)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user