This commit is contained in:
Mitchell Magro 2025-07-26 18:54:57 +02:00
parent 1dcfa081e0
commit c827917fd2

View File

@ -8,8 +8,6 @@ export const makeStore = () => {
advancedSearch: advancedSearchReducer,
auth: authReducer,
},
// Enable Redux DevTools
devTools: process.env.NODE_ENV !== "production",
});
};