From 71a651ff580cd933a122bdd2c019095138913bc9 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Fri, 3 Nov 2017 14:50:01 +0200 Subject: [PATCH] Clarify TODO comment --- src/containers/SearchPage/SearchPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`); });