chronjon log
This commit is contained in:
@@ -72,7 +72,13 @@ const removeClosedMissions = async () => {
|
||||
const missionHastManualReactivation = (mission.missionLog as unknown as MissionLog[]).some(
|
||||
(l) => l.type === "reopened-log",
|
||||
);
|
||||
|
||||
console.log({
|
||||
missionId: mission.publicId,
|
||||
allConnectedAircraftsInIdleStatus,
|
||||
lastAlertTime,
|
||||
allStationsInMissionChangedFromStatus4to1Or8to1,
|
||||
missionHastManualReactivation,
|
||||
});
|
||||
if (
|
||||
!allConnectedAircraftsInIdleStatus // If some aircrafts are still active, do not close the mission
|
||||
)
|
||||
|
||||
@@ -170,7 +170,7 @@ const AircraftPopupContent = ({
|
||||
onClick={() => handleTabChange("aircraft")}
|
||||
>
|
||||
<span className="text-white text-base font-medium truncate">
|
||||
{aircraft.Station.bosCallsign.length > 20
|
||||
{aircraft.Station.bosCallsign.length > 16
|
||||
? aircraft.Station.bosCallsignShort
|
||||
: aircraft.Station.bosCallsign}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user