fix: init wallet balance (#2501)
This commit is contained in:
@@ -49,7 +49,7 @@ new Vue({
|
|||||||
show: false,
|
show: false,
|
||||||
location: window.location
|
location: window.location
|
||||||
},
|
},
|
||||||
balance: 0,
|
balance: parseInt(wallet.balance_msat / 1000),
|
||||||
fiatBalance: 0,
|
fiatBalance: 0,
|
||||||
mobileSimple: false,
|
mobileSimple: false,
|
||||||
credit: 0,
|
credit: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user