The wallet list in the Confirm screen nows displays balances according to the Price Display setting.
This commit is contained in:
parent
e0511ccb53
commit
c3347931ef
2 changed files with 4 additions and 1 deletions
|
|
@ -205,6 +205,8 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
}
|
||||
});
|
||||
|
||||
$scope.displayBalanceAsFiat = walletConfig.settings.priceDisplay === 'fiat';
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue