Skip to content

Commit 55067e7

Browse files
committed
fix(notifications): fix eslint some problems
1 parent 1b96443 commit 55067e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/notifications/notifications.reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const notificationsReducer = (state = initialState, action = {}) => {
151151
return {
152152
...state,
153153
error: action.payload,
154-
};
154+
};
155155
case MARK_ALL_NOTIFICATIONS_AS_READ.PENDING:
156156
return {
157157
...state,

0 commit comments

Comments
 (0)