Skip to content

Commit

Permalink
fix store.js
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Jun 19, 2023
1 parent 85b214c commit 3ebe404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const store = configureStore({
ignoredActions: [FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER],
},
}),
devTools: process.env.NODE_ENV !== 'production',
// devTools: process.env.NODE_ENV !== 'production',
});

export const persistor = persistStore(store);

0 comments on commit 3ebe404

Please sign in to comment.