This commit is contained in:
Javier 2016-08-25 10:19:39 -03:00
commit 48a2be626d
6 changed files with 43 additions and 53 deletions

View file

@ -13,7 +13,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
}
$scope.$on('Wallet/Changed', function(event, wallet) {
if (!wallet) {
if (lodash.isEmpty(wallet)) {
$log.debug('No wallet provided');
return;
}