From 59252232e0c1901303958caaea0617c8853f3d55 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 18 Nov 2019 17:54:42 +0700 Subject: [PATCH] removed flow from whitelist --- src/redux/store.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 };