Fix walletHome if no-wallets
This commit is contained in:
parent
57dcfd101c
commit
2b49ebd33d
1 changed files with 1 additions and 0 deletions
|
|
@ -681,6 +681,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
});
|
||||
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc) return;
|
||||
// ToDo: use a credential's (or fc's) function for this
|
||||
this.hideNote = !fc.credentials.sharedEncryptingKey;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue