chore: lint

This commit is contained in:
karishmas6
2024-09-12 23:01:43 +05:30
parent 4a51551cc8
commit b324b9c057

View File

@@ -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 (
<GenericModal
isOpen={isOpen}