Disable part of initial-state

This commit is contained in:
Alex Gleason 2020-04-05 21:21:51 -05:00
parent 2a70e68241
commit 1d213b5d0b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -19,6 +19,6 @@ export function hydrateStore(rawState) {
}); });
dispatch(hydrateCompose()); dispatch(hydrateCompose());
dispatch(importFetchedAccounts(Object.values(rawState.accounts))); // dispatch(importFetchedAccounts(Object.values(rawState.accounts)));
}; };
}; };