pannel onw default closed

This commit is contained in:
PxlLoewe
2025-04-24 22:35:34 -07:00
parent 5bca37182d
commit 90a5b7d576
2 changed files with 1 additions and 2 deletions

View File

@@ -75,7 +75,6 @@ export const useMapStore = create<MapStore>((set, get) => ({
const oldMarkers = get().openAircraftMarker.filter(
(m) => !close.includes(m.id) && !open.find((o) => o.id === m.id),
);
console.log("oldMarkers", oldMarkers, open);
set(() => ({
openAircraftMarker: [...oldMarkers, ...open],
}));