chronjon log

This commit is contained in:
PxlLoewe
2025-07-17 00:05:32 -07:00
parent 409d5c79e6
commit 44427a1b4b
2 changed files with 8 additions and 2 deletions

View File

@@ -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
)

View File

@@ -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>