diff --git a/frontend/src/app/_components/table/table.component.html b/frontend/src/app/_components/table/table.component.html index c90cfb4..0972ef6 100644 --- a/frontend/src/app/_components/table/table.component.html +++ b/frontend/src/app/_components/table/table.component.html @@ -88,7 +88,8 @@ {{ extractNamesFromObject(row.drivers).join(', ') }} {{ extractNamesFromObject(row.crew).join(', ') }} - {{ row.place.display_name }}
+ {{ row.place.name }}
+ {{ row.place.village }}
{{ 'more details'|translate|titlecase }} {{ row.notes }}