enable livenet push notifications
This commit is contained in:
parent
86f5651c0d
commit
c17fe98cec
2 changed files with 7 additions and 5 deletions
|
|
@ -672,9 +672,11 @@ angular.module('copayApp.services')
|
|||
copayerId: c.copayerId
|
||||
};
|
||||
});
|
||||
ret = lodash.filter(ret, function(w) {
|
||||
return (w.network == network);
|
||||
});
|
||||
if (network) {
|
||||
ret = lodash.filter(ret, function(w) {
|
||||
return (w.network == network);
|
||||
});
|
||||
}
|
||||
return lodash.sortBy(ret, 'name');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue