diff --git a/apps/dispatch/app/_components/customToasts/StationStatusToast.tsx b/apps/dispatch/app/_components/customToasts/StationStatusToast.tsx index a6891d25..7c790480 100644 --- a/apps/dispatch/app/_components/customToasts/StationStatusToast.tsx +++ b/apps/dispatch/app/_components/customToasts/StationStatusToast.tsx @@ -10,8 +10,9 @@ import { useEffect, useRef } from "react"; import { Toast, toast } from "react-hot-toast"; export const QUICK_RESPONSE: Record = { - "5": ["J", "c"], - "0": ["J", "c"], + "5": ["J", "o"], + "9": ["u", "o"], + "0": ["J"], }; export const StatusToast = ({ event, t }: { event: StationStatus; t: Toast }) => {