diff --git a/src/store/reducers.ts b/src/store/reducers.ts index d233eec..094d6ff 100644 --- a/src/store/reducers.ts +++ b/src/store/reducers.ts @@ -236,7 +236,7 @@ export const userInfo = handleAction( return state.set('value', payload); } }, - new JournalsFetchRecord(), + new UserInfoFetchRecord(), ); const fetchActions = [