Skip to content

Commit

Permalink
Merge pull request #631 from NASA-IMPACT/fix/moving-platforms
Browse files Browse the repository at this point in the history
Add Ships/Boats to the moving platform types category
  • Loading branch information
willemarcel authored Jun 11, 2024
2 parents 39ecfe5 + 175ba5e commit 97ccaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/timeline/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const MapLegend = ({
}
/>
<LegendText checked={selectedPlatforms.includes(platform.name)}>
{["Jet", "Prop", "UAV"].includes(platform.type) ? (
{["Jet", "Prop", "UAV", "Ships/Boats"].includes(platform.type) ? (
<LineIcon color="#1B9E77" size="text" />
) : (
<CircleIcon color="#E8E845" size="extra-tiny" />
Expand Down

0 comments on commit 97ccaca

Please sign in to comment.