Skip to content

Commit f423bab

Browse files
varshajnagarajaterrylks
authored andcommitted
Fogbugz 3418: Connection indicator breaks when mongodb gives connection error (#70)
1 parent 2a94930 commit f423bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reducers/headblock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const dataReducer = (state=dataInitState, action) => {
9797
case FETCH_REJECTED:
9898
return {
9999
...state,
100-
payload: action.payload !== null ? action.payload : [],
100+
payload: [],
101101
error: action.error
102102
};
103103
default:

0 commit comments

Comments
 (0)