We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34169dc commit 9e6ff67Copy full SHA for 9e6ff67
src/js/reducers/notifications.js
@@ -29,7 +29,7 @@ export default function reducer(state = initialState, action) {
29
...state,
30
failed: true,
31
isFetching: false,
32
- response: action.payload
+ response: []
33
};
34
case MARK_NOTIFICATION_SUCCESS:
35
return {
0 commit comments