Fixed update of available funds text.
This commit is contained in:
parent
d2d1511e61
commit
19bec8a09a
1 changed files with 7 additions and 0 deletions
|
|
@ -696,5 +696,12 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
availableFundsInCrypto = '';
|
||||
availableSatoshis = null;
|
||||
}
|
||||
|
||||
if (availableUnits[unitIndex].isFiat) {
|
||||
$scope.availableFunds = availableFundsInFiat || availableFundsInCrypto;
|
||||
} else {
|
||||
$scope.availableFunds = availableFundsInCrypto;
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue