From 1c56c891e15b034826b5d6b2b35141fc872c922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Mon, 8 Nov 2021 13:57:10 +0100 Subject: [PATCH] fix: show nothing for empty array properties Closes #154 --- src/app/modules/data/types/person/person-detail-content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/data/types/person/person-detail-content.html b/src/app/modules/data/types/person/person-detail-content.html index ecf5cc16..714692e6 100644 --- a/src/app/modules/data/types/person/person-detail-content.html +++ b/src/app/modules/data/types/person/person-detail-content.html @@ -1,4 +1,4 @@ - + {{ 'type' | thingTranslate: item.workLocations[0] | titlecase }} @@ -91,7 +91,7 @@