Skip to content

Commit

Permalink
Enable redux store in store.js
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsingh132 authored Aug 26, 2024
1 parent 29d8162 commit 6ef7928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const persistedReducer = persistReducer(persistConfig, rootReducer);

export const store = configureStore({
reducer: persistedReducer,
devTools: process.env.NODE_ENV !== "production",
// devTools: process.env.NODE_ENV !== "production",
middleware: (getDefaultMiddleware) =>
getDefaultMiddleware({
serializableCheck: {
Expand Down

0 comments on commit 6ef7928

Please sign in to comment.