diff --git a/packages/front/src/components/IcaoFpl/index.tsx b/packages/front/src/components/IcaoFpl/index.tsx index e0295342..f29d5445 100644 --- a/packages/front/src/components/IcaoFpl/index.tsx +++ b/packages/front/src/components/IcaoFpl/index.tsx @@ -11,7 +11,7 @@ const getIcaoFpl = (flight: Flight) => { return [ `(FPL-${flight.callsign}-${formatFlightRules(flight.flightRules)}S`, `-1/${flight.aircraft.icaoCode}/${flight.aircraft.wakeTurbulence}-${flight.aircraft.equipment}/L1B1`, - `-${flight.arrivalIcao}${flight.estimatedOffBlockTime}`, + `-${flight.departureIcao}${flight.estimatedOffBlockTime}`, `-${flight.cruisingSpeed}F${flight.cruisingLevel} ${flight.route}`, `-${flight.arrivalIcao}${formatEet(flight.estimatedEnrouteMinutes)}`, `-${flight.remarks})`