From 149cf8e923286cf9358aa0f31d43b9418ac33845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 22 Mar 2026 17:21:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=9E=91=EC=97=85=EC=9E=90=ED=99=94?= =?UTF-8?q?=EB=A9=B4]=20=ED=83=AD=20width=20=EC=B6=95=EC=86=8C=20=E2=80=94?= =?UTF-8?q?=20=EC=83=9D=EC=82=B0=ED=98=84=ED=99=A9=ED=8C=90=EA=B3=BC=20?= =?UTF-8?q?=EB=8F=99=EC=9D=BC=ED=95=98=EA=B2=8C=20=EC=BB=A8=ED=85=90?= =?UTF-8?q?=EC=B8=A0=20=ED=81=AC=EA=B8=B0=EC=97=90=20=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/production/WorkerScreen/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/production/WorkerScreen/index.tsx b/src/components/production/WorkerScreen/index.tsx index a128434e..87cb135e 100644 --- a/src/components/production/WorkerScreen/index.tsx +++ b/src/components/production/WorkerScreen/index.tsx @@ -1416,13 +1416,13 @@ export default function WorkerScreen() { onValueChange={(v) => setActiveTab(v)} >
- + {groupedTabs.length > 0 ? ( groupedTabs.map((g) => ( { setSubProcessId('all'); }} > {g.group} @@ -1430,7 +1430,7 @@ export default function WorkerScreen() { )) ) : ( (['screen', 'slat', 'bending'] as ProcessTab[]).map((tab) => ( - + {PROCESS_TAB_LABELS[tab]} ))