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:
parent
b8de811fbe
commit
69e8c62f5c
3 changed files with 20 additions and 24 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<div class="extra available-funds"
|
||||
ng-class="{warning: vm.fundsAreInsufficient}"
|
||||
ng-if="!vm.isRequestingSpecificAmount" translate>
|
||||
<span>Available Funds:</span> <span><formatted-amount value="{{vm.availableFunds}}"></formatted-amount></span>
|
||||
<span>Available Funds:</span> <span><formatted-amount value="{{vm.availableFunds}}" size-equal="true"></formatted-amount></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue