fix: init wallet balance (#2501)

This commit is contained in:
dni ⚡ 2024-05-14 17:56:57 +02:00 committed by GitHub
parent f37cb6481c
commit 019995078c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ new Vue({
show: false,
location: window.location
},
balance: 0,
balance: parseInt(wallet.balance_msat / 1000),
fiatBalance: 0,
mobileSimple: false,
credit: 0,