station fix
This commit is contained in:
@@ -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 }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user