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