diff --git a/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx b/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx index f89e823f..c77910c1 100644 --- a/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx +++ b/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx @@ -287,7 +287,7 @@ const AircraftMarker = ({ aircraft }: { aircraft: Aircraft }) => { return `
{ > ${aircraft.fmsStatus} - + ${aircraft.bosName}
{ return `
{ ${anchor.includes("top") ? `border-top: 3px solid ${MISSION_STATUS_TEXT_COLORS[mission.state]};` : `border-bottom: 3px solid ${MISSION_STATUS_TEXT_COLORS[mission.state]};`} " >
- + ${mission.missionSummary}