chore: lint
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user