diff --git a/src/redux/store.ts b/src/redux/store.ts index e241f2e8..5f40b8b3 100644 --- a/src/redux/store.ts +++ b/src/redux/store.ts @@ -45,7 +45,8 @@ const authPersistConfig: PersistConfig = { const flowPersistConfig: PersistConfig = { key: "flow", - whitelist: ["nodes", "heroes", "recent", "updated"], + // whitelist: ["nodes", "heroes", "recent", "updated"], + whitelist: [], storage };