staging release #299

Merged
b merged 67 commits from staging into main 2025-01-07 10:10:29 +00:00
Showing only changes of commit c4c0ecba4a - Show all commits

View File

@ -23,8 +23,8 @@ const reducer = (
profile: action.payload profile: action.payload
} }
// case ActionTypes.RESTORE_STATE: case ActionTypes.RESTORE_STATE:
// return action.payload. return action.payload.user || initialState
default: default:
return state return state