Skip to content

Commit 9e6ff67

Browse files
authored
Update notifications.js
1 parent 34169dc commit 9e6ff67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/reducers/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function reducer(state = initialState, action) {
2929
...state,
3030
failed: true,
3131
isFetching: false,
32-
response: action.payload
32+
response: []
3333
};
3434
case MARK_NOTIFICATION_SUCCESS:
3535
return {

0 commit comments

Comments
 (0)