Clarify TODO comment

This commit is contained in:
Kimmo Puputti 2017-11-03 14:50:01 +02:00
parent 93aaf468c9
commit 71a651ff58

View file

@ -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`);
});