chore: use-ndk #283
@ -23,8 +23,8 @@ const reducer = (
|
|||||||
profile: action.payload
|
profile: action.payload
|
||||||
}
|
}
|
||||||
|
|
||||||
// case ActionTypes.RESTORE_STATE:
|
case ActionTypes.RESTORE_STATE:
|
||||||
s marked this conversation as resolved
Outdated
|
|||||||
// return action.payload.
|
return action.payload.user || initialState
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return state
|
return state
|
||||||
|
Loading…
Reference in New Issue
Block a user
Are we intentionally skipping restoration of the user state?
It wasn't intentional, fixed