chore: lint
This commit is contained in:
@@ -32,7 +32,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
|
|||||||
setSettings(prev => ({ ...prev, [field]: value }));
|
setSettings(prev => ({ ...prev, [field]: value }));
|
||||||
};
|
};
|
||||||
|
|
||||||
// Styling to ensure uniformity of elements
|
|
||||||
const commonStyle = {
|
const commonStyle = {
|
||||||
width: '150px',
|
width: '150px',
|
||||||
height: '50px',
|
height: '50px',
|
||||||
@@ -46,7 +45,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
|
|||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<GenericModal
|
<GenericModal
|
||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
|
|||||||
Reference in New Issue
Block a user