IO-1995 remove syncing of shop status between tabs to reduce unintended consequences.

This commit is contained in:
Patrick Fic
2022-07-25 11:14:45 -07:00
parent 2ede54b901
commit 8aa99415b1
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,9 @@ const sentryReduxEnhancer = Sentry.createReduxEnhancer({
const sagaMiddleWare = createSagaMiddleware();
const reduxSyncConfig = {
whitelist: ["ADD_RECENT_ITEM", "SET_SHOP_DETAILS"],
whitelist: [
"ADD_RECENT_ITEM", //"SET_SHOP_DETAILS"
],
};
const middlewares = [