fix colors
This commit is contained in:
parent
bd103fbd4f
commit
9f5d09f1cc
7 changed files with 19 additions and 8 deletions
|
|
@ -356,6 +356,9 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
return;
|
||||
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc)
|
||||
return;
|
||||
|
||||
$timeout(function() {
|
||||
storageService.getLastAddress(fc.credentials.walletId, function(err, addr) {
|
||||
if (addr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue