Remove comments for eslint-disable (#3691)
This commit is contained in:
committed by
Eugen Rochko
parent
f3e8bc9f8f
commit
3690f04e4a
@ -22,7 +22,7 @@ export default function errorsMiddleware() {
|
||||
|
||||
dispatch(showAlert(title, message));
|
||||
} else {
|
||||
console.error(action.error); // eslint-disable-line no-console
|
||||
console.error(action.error);
|
||||
dispatch(showAlert('Oops!', 'An unexpected error occurred.'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user