Disable part of initial-state
This commit is contained in:
parent
2a70e68241
commit
1d213b5d0b
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ export function hydrateStore(rawState) {
|
|||
});
|
||||
|
||||
dispatch(hydrateCompose());
|
||||
dispatch(importFetchedAccounts(Object.values(rawState.accounts)));
|
||||
// dispatch(importFetchedAccounts(Object.values(rawState.accounts)));
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue