Merge pull request #4434 from cmgustavo/bug/no-wallets-02

Fix UI delete wallets
This commit is contained in:
Matias Alejo Garcia 2016-06-17 09:36:43 -03:00 committed by GitHub
commit 468c3babcf
4 changed files with 7 additions and 17 deletions

View file

@ -1646,12 +1646,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.isComplete = null;
self.walletName = null;
uxLanguage.update();
profileService.isDisclaimerAccepted(function(v) {
if (v) {
go.path('import');
}
});
});
});