style(transfer to next lot): spelling issue

This commit is contained in:
2025-12-08 08:35:22 -06:00
parent 30d2ec0477
commit ba48c5307f

View File

@@ -19,7 +19,7 @@ import { LstCard } from "../../../extendedUi/LstCard";
export default function TransferToNextLot() {
const [gaylordFilled, setGaylordFilled] = useState([0]);
const [actualAmount, setActualAmount] = useState(0);
const [tab, setTab] = useState("esitmate");
const [tab, setTab] = useState("estimate");
const [typeSwitch, setTypeSwitch] = useState(false);
const { settings } = useSettingStore();