chore: code format
This commit is contained in:
parent
4ee68628cc
commit
d6757ed2cf
1 changed files with 24 additions and 24 deletions
|
|
@ -278,12 +278,12 @@ new Vue({
|
|||
' sats to ' +
|
||||
this.g.user.wallets[0].id,
|
||||
icon: null
|
||||
});
|
||||
this.balance += parseInt(credit);
|
||||
})
|
||||
this.balance += parseInt(credit)
|
||||
})
|
||||
.catch(function (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
});
|
||||
})
|
||||
},
|
||||
closeReceiveDialog: function () {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue