From 43bb4685d3805edbe3ea37a950adaaa21010ce20 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 21 Feb 2023 05:26:25 +0100 Subject: [PATCH] Check that about !== 'null' cause the resolver has an undefinedToNull. --- webapp/pages/map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 424061203..a1cdceff4 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -257,7 +257,7 @@ export default { ` description += - e.features[0].properties.about && e.features[0].properties.about.length > 0 + e.features[0].properties.about && e.features[0].properties.about !== 'null' && e.features[0].properties.about.length > 0 ? `