Skip to content

Commit

Permalink
Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 18, 2024
1 parent ff54588 commit 2943492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spatialdisplay/SpatialDisplayComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ interface Props {
layerCapabilities?: Layer
elevation?: number
locations?: Location[]
geojson: FeatureCollection<Geometry, Location>,
geojson: FeatureCollection<Geometry, Location>
locationId?: string
latitude?: string
longitude?: string
Expand Down

0 comments on commit 2943492

Please sign in to comment.