Wallet balance display on the Receive tab now adheres to the Price Display setting.

This commit is contained in:
Brendon Duncan 2018-05-24 11:54:58 -07:00
commit e5734cf083
2 changed files with 8 additions and 1 deletions

View file

@ -94,7 +94,8 @@
{{wallet.name || wallet.id}}
</span>
<p>
<span ng-if="!wallet.balanceHidden"> {{wallet.status.totalBalanceStr}} </span>
<span ng-if="displayBalanceAsFiat && !wallet.balanceHidden" translate> {{wallet.status.totalBalanceAlternative}} {{wallet.status.alternativeIsoCode}} </span>
<span ng-if="(!displayBalanceAsFiat) && !wallet.balanceHidden"> {{wallet.status.totalBalanceStr}} </span>
<span ng-if="wallet.balanceHidden" translate>[Balance Hidden]</span>
<span class="tab-home__wallet__multisig-number" ng-if="wallet.n > 1">