From df078f18d8663cfc79c61b5ac8298f7bec6fcae3 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 21 Feb 2023 06:01:42 +0100 Subject: [PATCH] Correct order of tests. --- webapp/pages/map.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 9473606e6..c0f052961 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -258,8 +258,8 @@ export default { ` description += e.features[0].properties.about && - e.features[0].properties.about !== 'null' && - e.features[0].properties.about.length > 0 + e.features[0].properties.about.length > 0 && + e.features[0].properties.about !== 'null' ? `