WIP Mission Popup

This commit is contained in:
nocnico
2025-04-27 22:58:52 +02:00
parent 8293842dfd
commit e1c3f51809
4 changed files with 84 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ interface MapStore {
};
openMissionMarker: {
id: number;
tab: "home" | "details" | "chat" | "log";
tab: "home" | "details" | "patient" | "log";
}[];
setOpenMissionMarker: (mission: {
open: MapStore["openMissionMarker"];