chore: use-ndk #283

Merged
s merged 18 commits from use-ndk into staging 2025-01-06 11:10:49 +00:00
Showing only changes of commit c4c0ecba4a - Show all commits

View File

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