fixed bug where the console showed an error during onboarding
This commit is contained in:
parent
f8135f3bd3
commit
5fc682fea1
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!notifications) return;
|
||||||
|
|
||||||
var txIdList = [];
|
var txIdList = [];
|
||||||
|
|
||||||
var notificationsBeforeCheck = notifications.length;
|
var notificationsBeforeCheck = notifications.length;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue