fixed #100 // fix Marker Cluster naming, fix Marker Popup settings not used

This commit is contained in:
nocnico
2025-07-25 16:39:21 +02:00
parent 26e7966e19
commit 4eb46cb783
3 changed files with 4 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ const MissionMarker = ({
tab: "home",
},
],
close: openMissionMarker?.map((m) => m.id) || [],
close: [],
});
}
};

View File

@@ -158,7 +158,7 @@ const PopupContent = ({
</span>
<span>
{aircraft.Station.bosCallsign.length > 15
? aircraft.Station.locationStateShort
? aircraft.Station.bosCallsignShort
: aircraft.Station.bosCallsign}
</span>
</div>