fix hidden balance feature on chrome
This commit is contained in:
parent
0f425e0346
commit
f2dc005b50
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
self.onHold = function() {
|
||||
self.shouldHideBalance = !self.shouldHideBalance;
|
||||
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance, function() {});
|
||||
storageService.setHideBalanceFlag(self.walletId, self.shouldHideBalance.toString(), function() {});
|
||||
}
|
||||
|
||||
self.setWalletPreferencesTitle = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue