mirror of
https://github.com/maputnik/editor.git
synced 2026-02-06 04:30:01 +00:00
Fix lint
This commit is contained in:
@@ -37,7 +37,7 @@ function renderFeature(feature: InspectFeature, idx: number) {
|
||||
const property = feature.properties[propertyName];
|
||||
return renderKeyValueTableRow(propertyName, displayValue(property))
|
||||
})}
|
||||
</>
|
||||
</>
|
||||
}
|
||||
|
||||
function removeDuplicatedFeatures(features: InspectFeature[]) {
|
||||
|
||||
Reference in New Issue
Block a user