mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
fix: init wallet balance (#2501)
This commit is contained in:
parent
f37cb6481c
commit
019995078c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue