fix import + walletHome + copayers

This commit is contained in:
Matias Alejo Garcia 2016-06-01 16:07:25 -03:00
commit 06c80ceaae
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
5 changed files with 16 additions and 21 deletions

View file

@ -742,7 +742,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$log.info('CSV generation not available in mobile');
return;
}
var isNode = isNW;
var fc = profileService.focusedClient;
var c = fc.credentials;
if (!fc.isComplete()) return;