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