diff --git a/src/components/production/ProductionDashboard/index.tsx b/src/components/production/ProductionDashboard/index.tsx index 9f865cc3..c92d7adf 100644 --- a/src/components/production/ProductionDashboard/index.tsx +++ b/src/components/production/ProductionDashboard/index.tsx @@ -215,29 +215,7 @@ export default function ProductionDashboard() { - {/* 하위 탭 (절곡 재공품 세분화) */} - {(() => { - const parentTab = tabOptions.find(t => t.children && t.children.length > 0 && - (t.value === selectedTab || t.children.some(c => c.value === selectedTab)) - ); - if (!parentTab?.children) return null; - return ( -