diff --git a/store/store.js b/store/store.js index e59d8bdb..154ae5e8 100644 --- a/store/store.js +++ b/store/store.js @@ -103,7 +103,7 @@ const makeStore = ({ isServer }) => { const storage = require("redux-persist/lib/storage").default; const persistConfig = { - key: "acp", + key: "acp_" + Math.floor(100000 + Math.random() * 900000), whitelist: [ "currentView", "search",