mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Clarify TODO comment
This commit is contained in:
parent
93aaf468c9
commit
71a651ff58
1 changed files with 1 additions and 1 deletions
|
|
@ -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`);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue