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)