better walletIds storage
This commit is contained in:
parent
a7cdb727ef
commit
41f70c48f9
8 changed files with 220 additions and 71 deletions
|
|
@ -37,7 +37,7 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
|
|||
hideSidebars();
|
||||
}
|
||||
else {
|
||||
if ($rootScope.iden && $rootScope.iden.listWallets().length >1) {
|
||||
if ($rootScope.iden && $rootScope.iden.getWallets().length >1) {
|
||||
elem.addClass('move-left');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue