fix empty object - navigate to home
This commit is contained in:
parent
0478fbf276
commit
4b2e72a28f
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ angular.module('copayApp.controllers').controller('preferencesHistory',
|
|||
}
|
||||
|
||||
allTxs.push(txsFromLocal);
|
||||
return cb(null, lodash.flatten(allTxs));
|
||||
return cb(null, lodash.compact(lodash.flatten(allTxs)));
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue