update base url from app settings

This commit is contained in:
2021-07-14 18:59:38 +01:00
parent 42a9d51ed2
commit b27e0ea524
4 changed files with 8 additions and 10 deletions
-1
View File
@@ -22,7 +22,6 @@ const combinedReducer = combineReducers({
const reducer = (state = { progress: "{}" }, action) => {
switch (action.type) {
case HYDRATE:
console.log("here", state);
//if (action.payload.progress === '{}') delete action.payload.progress;
return { ...state, ...action.payload };
case "SERVER_ACTION":