diff --git a/src/components/map/FeaturePropertyPopup.jsx b/src/components/map/FeaturePropertyPopup.jsx index 8b7816ae..56f33ae6 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -22,8 +22,7 @@ function renderProperties(feature) { } function renderFeature(feature, idx) { - const uniqueKey = feature.hasOwnProperty('id') ? feature.id : idx; - return