update base url from app settings
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user