diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index dc9f4865..f20d4cb5 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -2414,42 +2414,40 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { {/* Action buttons */}
{/* Left side - Detail & Edit actions */} - {type !== 'add' && !isRecordingApproved(initialValues) && ( -
- {type === 'detail' && deleteRecordingClickHandler && ( - - )} - {type === 'detail' && initialValues && ( - - )} -
- )} +
+ {type === 'detail' && deleteRecordingClickHandler && ( + + )} + {type === 'detail' && initialValues && ( + + )} +
{type === 'detail' && isLayingCategory && (