fix top balance
This commit is contained in:
parent
047ba06d42
commit
5c6640be23
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
{{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue