We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a94930 commit f423babCopy full SHA for f423bab
1 file changed
src/reducers/headblock.js
@@ -97,7 +97,7 @@ const dataReducer = (state=dataInitState, action) => {
97
case FETCH_REJECTED:
98
return {
99
...state,
100
- payload: action.payload !== null ? action.payload : [],
+ payload: [],
101
error: action.error
102
};
103
default:
0 commit comments