Fix - 247 - display -> priceDisplay
This commit is contained in:
parent
ce73458c1f
commit
baad3a88f6
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
|
||||
// If display is not configure, take the default value
|
||||
if (!configCache.wallet.settings.priceDisplay) {
|
||||
configCache.wallet.settings.display = defaultConfig.wallet.settings.priceDisplay;
|
||||
configCache.wallet.settings.priceDisplay = defaultConfig.wallet.settings.priceDisplay;
|
||||
}
|
||||
|
||||
// Convert tarascash wallet to new style cash wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue