From c3d5b10ecb80242d2968cdfbe24a3158c7a172dc Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 19 Nov 2019 16:22:04 +0700 Subject: [PATCH] fixed heroimages --- src/redux/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };