Better error log reporting & handling (#4128)

This commit is contained in:
Jaco Greeff
2017-01-11 17:02:39 +01:00
committed by GitHub
parent b54709605a
commit 32dbf9958e
3 changed files with 29 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ export default class DappsStore {
store.set(LS_KEY_DISPLAY, this.displayApps);
}
@action addApps = (_apps) => {
@action addApps = (_apps = []) => {
transaction(() => {
const apps = _apps.filter((app) => app);