Skip to content

Commit

Permalink
- Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie committed Jan 8, 2025
1 parent 01d2686 commit 4989ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/AssetDetail/AssetGeometry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const AssetGeometry: React.FC<AssetGeometryProps> = ({ selectedFeature }) => {
? turf.bbox(selectedFeature)
: null;

const geometryType = selectedFeature.geometry.type
const geometryType = selectedFeature.geometry.type;

return (
<>
Expand Down

0 comments on commit 4989ee7

Please sign in to comment.