diff --git a/apps/client/src/components/dispatch/map/smart-motorway-signs/smart-motorway-sign-marker.tsx b/apps/client/src/components/dispatch/map/smart-motorway-signs/smart-motorway-sign-marker.tsx index b76277c08..7cbea439f 100644 --- a/apps/client/src/components/dispatch/map/smart-motorway-signs/smart-motorway-sign-marker.tsx +++ b/apps/client/src/components/dispatch/map/smart-motorway-signs/smart-motorway-sign-marker.tsx @@ -9,6 +9,7 @@ import { generateMarkerTypes } from "../render-map-blips"; import { Button, SelectField } from "@snailycad/ui"; import { Permissions, usePermission } from "hooks/usePermission"; import { toastMessage } from "lib/toastMessage"; +import Image from "next/image"; interface Props { marker: SmartMotorwaySignMarker & { id: number }; @@ -98,13 +99,19 @@ export function SmartMotorwaySignsMarker({ marker }: Props) { return newConfig; }) } + isClearable key={idx} label="Lane Speed" options={SPEED_INDICATORS.map((key) => ({ textValue: t(`motorway_sign_${key}`), label: (
-
+