From ba48c5307fcc343193e98401b37e0709e1938775 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 8 Dec 2025 08:35:22 -0600 Subject: [PATCH] style(transfer to next lot): spelling issue --- .../logistics/materialHelper/consumption/TransferToNextLot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx b/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx index 18aaac5..b562ad1 100644 --- a/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx +++ b/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx @@ -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();