diff --git a/frontend/src/pages/NewMaterialsPage.jsx b/frontend/src/pages/NewMaterialsPage.jsx index f0254c7..cc68154 100644 --- a/frontend/src/pages/NewMaterialsPage.jsx +++ b/frontend/src/pages/NewMaterialsPage.jsx @@ -1473,18 +1473,7 @@ const NewMaterialsPage = ({ {/* 수량 */}
-
- - {info.quantity} {info.unit} - - {info.type === 'PIPE' && info.details && ( -
- - 단관 {info.details.pipeCount}개 → {Math.round(info.details.totalLength)}mm - -
- )} -
+ {info.quantity} {info.unit}
);