diff --git a/src/store/reducers.ts b/src/store/reducers.ts index 26e5ae8..39b0bc4 100644 --- a/src/store/reducers.ts +++ b/src/store/reducers.ts @@ -282,7 +282,7 @@ const cacheSerialize = (state: any, key: string) => { } else if (key === 'journals') { return journalsSerialize(state.value); } else if (key === 'userInfo') { - return userInfoSerialize(state.value); + return userInfoSerialize(state); } return state;