From a6329f6ceab939032f71c85be982930df700b368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 21 Mar 2026 08:00:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[=EC=A4=91=EA=B0=84=EA=B2=80=EC=82=AC]?= =?UTF-8?q?=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=9E=85=EB=A0=A5/=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94=20=ED=86=A0=EA=B8=80=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WorkerScreen/InspectionInputModal.tsx | 56 ++++++++++++++++++- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/src/components/production/WorkerScreen/InspectionInputModal.tsx b/src/components/production/WorkerScreen/InspectionInputModal.tsx index c5a76e1d..1e9632a8 100644 --- a/src/components/production/WorkerScreen/InspectionInputModal.tsx +++ b/src/components/production/WorkerScreen/InspectionInputModal.tsx @@ -824,9 +824,59 @@ export function InspectionInputModal({ - - {PROCESS_TITLES[processType]} - +
+ + {PROCESS_TITLES[processType]} + + {process.env.NEXT_PUBLIC_DEV_TOOLBAR_ENABLED === 'true' && ( + + )} +