mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-14 15:02:45 +02:00
chore: code format
This commit is contained in:
@ -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(() => {
|
||||||
|
Reference in New Issue
Block a user