From 06c3c92fd616c19d3cc12ffa589a90d1eaa96b1b Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Sun, 6 Jan 2019 05:35:11 +0100 Subject: [PATCH] Ensure key uniqueness in FeaturePropertyPopup --- 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 5d5c9e5b..a018349f 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -22,7 +22,7 @@ function renderProperties(feature) { } function renderFeature(feature) { - return
+ return
{feature.layer['source-layer']}{feature.inspectModeCounter && × {feature.inspectModeCounter}}