diff --git a/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx b/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx
index 03b87e33..f89e823f 100644
--- a/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx
+++ b/apps/dispatch/app/dispatch/_components/map/AircraftMarker.tsx
@@ -20,6 +20,7 @@ import {
import { SmartPopup, useConflict, useSmartPopup } from "_components/SmartPopup";
import FMSStatusHistory, {
FMSStatusSelector,
+ RettungsmittelTab,
} from "./_components/AircraftMarkerTabs";
export const FMS_STATUS_COLORS: { [key: string]: string } = {
@@ -71,7 +72,7 @@ const AircraftPopupContent = ({ aircraft }: { aircraft: Aircraft }) => {
case "fms":
return
Aktuelle Rufgruppe: LST_01
+