From f306d8e1430acee6dacf2941bbe1bc03d671390a Mon Sep 17 00:00:00 2001 From: Harel M Date: Wed, 7 Feb 2024 09:15:14 +0000 Subject: [PATCH] Fix lint --- src/components/MapMaplibreGlFeaturePropertyPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) {