diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index a8c5004c..262255a5 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -32,7 +32,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche setSettings(prev => ({ ...prev, [field]: value })); }; - // Styling to ensure uniformity of elements const commonStyle = { width: '150px', height: '50px', @@ -46,7 +45,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche marginRight: '10px', }; - return (