station fix

This commit is contained in:
PxlLoewe
2025-07-08 15:54:00 -07:00
parent 2691bfbf99
commit 70d3b8db0c

View File

@@ -10,8 +10,9 @@ import { useEffect, useRef } from "react";
import { Toast, toast } from "react-hot-toast"; import { Toast, toast } from "react-hot-toast";
export const QUICK_RESPONSE: Record<string, string[]> = { export const QUICK_RESPONSE: Record<string, string[]> = {
"5": ["J", "c"], "5": ["J", "o"],
"0": ["J", "c"], "9": ["u", "o"],
"0": ["J"],
}; };
export const StatusToast = ({ event, t }: { event: StationStatus; t: Toast }) => { export const StatusToast = ({ event, t }: { event: StationStatus; t: Toast }) => {