fixed bug where the console showed an error during onboarding

This commit is contained in:
Kadir Sekha 2018-02-06 13:52:44 -04:00
commit 5fc682fea1

View file

@ -268,6 +268,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
return;
}
if (!notifications) return;
var txIdList = [];
var notificationsBeforeCheck = notifications.length;