From b324b9c0576633b3f3a5a9f128075918da730ef3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 12 Sep 2024 23:01:43 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/ScheduleSettings.tsx | 2 -- 1 file changed, 2 deletions(-) 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 (