From 57470c10255607656ae86e798be3909bcf7ab092 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 10:46:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[worker-screen]=20=ED=95=98=EC=9C=84=20?= =?UTF-8?q?=EA=B3=B5=EC=A0=95=20=ED=95=84=ED=84=B0=20=EB=B1=83=EC=A7=80=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20(=EC=A0=84=EC=B2=B4=20=ED=95=AD=EC=83=81?= =?UTF-8?q?=20=EC=84=A0=ED=83=9D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/WorkerScreen/index.tsx | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/src/components/production/WorkerScreen/index.tsx b/src/components/production/WorkerScreen/index.tsx index 8bac494c..9af68185 100644 --- a/src/components/production/WorkerScreen/index.tsx +++ b/src/components/production/WorkerScreen/index.tsx @@ -1424,34 +1424,7 @@ export default function WorkerScreen() { - {/* 그룹 내 하위 공정 필터 (2개 이상일 때만 표시) */} - {activeGroup && activeGroup.processes.length > 1 && ( -
- - {activeGroup.processes.map((p) => ( - - ))} -
- )} + {/* 하위 공정 필터 제거 — 항상 '전체' 선택 상태로 동작 */} {(groupedTabs.length > 0 ? groupedTabs.map((g) => g.defaultProcessId)