added in right hand nav and titles to store

This commit is contained in:
2021-07-14 12:17:45 +01:00
parent f5a0ec2021
commit eab46701e3
17 changed files with 1088 additions and 339 deletions
+1
View File
@@ -22,6 +22,7 @@ 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":