information banner from api with date range

This commit is contained in:
2022-09-22 11:12:04 +01:00
parent f9cdaafd7c
commit 38e70b1ec1
17 changed files with 548 additions and 119 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ const reducer = (state = {}, action) => {
// BINDING MIDDLEWARE
const bindMiddleware = (middleware) => {
if (process.env.NODE_ENV !== "production") {
const { composeWithDevTools } = require("redux-devtools-extension");
const { composeWithDevTools } = require("@redux-devtools/extension");
return composeWithDevTools(applyMiddleware(...middleware));
}
return applyMiddleware(...middleware);