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' && ( + + )} +