Fix for when an amount changes from having a separate currency value, to the currency being one string with the amount.

This commit is contained in:
Brendon Duncan 2018-08-08 22:00:07 +12:00
commit 69e8c62f5c
3 changed files with 20 additions and 24 deletions

View file

@ -44,7 +44,7 @@
<div class="extra available-funds"
ng-class="{warning: vm.fundsAreInsufficient}"
ng-if="!vm.isRequestingSpecificAmount" translate>
<span>Available Funds:</span>&ensp;<span><formatted-amount value="{{vm.availableFunds}}"></formatted-amount></span>
<span>Available Funds:</span>&ensp;<span><formatted-amount value="{{vm.availableFunds}}" size-equal="true"></formatted-amount></span>
</div>
</div>
</div>