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 ' +
|
' sats to ' +
|
||||||
this.g.user.wallets[0].id,
|
this.g.user.wallets[0].id,
|
||||||
icon: null
|
icon: null
|
||||||
});
|
})
|
||||||
this.balance += parseInt(credit);
|
this.balance += parseInt(credit)
|
||||||
})
|
})
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
LNbits.utils.notifyApiError(error)
|
LNbits.utils.notifyApiError(error)
|
||||||
});
|
})
|
||||||
},
|
},
|
||||||
closeReceiveDialog: function () {
|
closeReceiveDialog: function () {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue