diff --git a/src/components/MapMaplibreGlFeaturePropertyPopup.tsx b/src/components/MapMaplibreGlFeaturePropertyPopup.tsx index cec5d504..e1d0a28e 100644 --- a/src/components/MapMaplibreGlFeaturePropertyPopup.tsx +++ b/src/components/MapMaplibreGlFeaturePropertyPopup.tsx @@ -37,7 +37,7 @@ function renderFeature(feature: InspectFeature, idx: number) { const property = feature.properties[propertyName]; return renderKeyValueTableRow(propertyName, displayValue(property)) })} - + } function removeDuplicatedFeatures(features: InspectFeature[]) {