chore: code format

This commit is contained in:
Vlad Stan
2022-12-16 10:29:53 +02:00
parent 4ee68628cc
commit d6757ed2cf

View File

@ -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(() => {