diff --git a/src/containers/SearchPage/SearchPage.js b/src/containers/SearchPage/SearchPage.js index f84e4499..6dafdc68 100644 --- a/src/containers/SearchPage/SearchPage.js +++ b/src/containers/SearchPage/SearchPage.js @@ -136,7 +136,7 @@ export class SearchPageComponent extends Component { }) .catch(error => { // In case of error, stop recursive loop and report error. - // TODO: Show a flash message + // TODO: Show and error in the listings column // eslint-disable-next-line no-console console.error(`An error (${error} occured while trying to retrieve map listings`); });