main
profileReducer
function profileReducer(state = getNullProfileState(), action) { switch (action.type) { case FETCH_USER: return { ...state,