Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 2, 2023
1 parent 4df4d2b commit b09ebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/MapViewComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ATTRIBUTION =

const FeaturesProperties = (props: { features: MapGeoJSONFeature[] }) => {
return (
<div className='features-properties'>
<div className="features-properties">
{props.features.map((f, i) => (
<div key={i}>
<span>
Expand Down

0 comments on commit b09ebaf

Please sign in to comment.