From 4517148e5a0faa8705f83d957ddac1f48ec0f5b9 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sat, 18 Apr 2020 11:43:52 +0200 Subject: [PATCH] Add underscore to label --- src/components/map/FeaturePropertyPopup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/FeaturePropertyPopup.jsx b/src/components/map/FeaturePropertyPopup.jsx index d3b959b..7c85346 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -22,7 +22,7 @@ function renderProperties(feature) { } function renderFeatureId(feature) { - return + return }