Refining the display of available funds.

This commit is contained in:
Brendon Duncan 2018-07-30 18:28:27 +12:00
commit f0ccee8a0a
3 changed files with 11 additions and 5 deletions

View file

@ -44,8 +44,10 @@
<span translate>Change Currency</span>
</span>
</button>
<div class="extra available-funds" ng-class="{warning: vm.fundsAreInsufficient}" translate>
Available Funds: {{vm.availableFunds}}</span>
<div class="extra available-funds"
ng-class="{warning: vm.fundsAreInsufficient}"
ng-if="!vm.isRequestingSpecificAmount" translate>
<span>Available Funds:</span>&ensp;<span>{{vm.availableFunds}}</span>
</div>
</div>
</div>