chorE: lint

This commit is contained in:
karishmas6
2024-09-13 12:24:10 +05:30
parent c415a2e9ca
commit 28f91c6efd

View File

@@ -118,7 +118,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
handleSelect={(e) => handleChange('startFrom', e.target.value)}
sx={dropDownStyle}
>
{days.map((day) => (
{days.map((day) => (
<MenuItem key={day} value={day}>{day}</MenuItem>
))}
</Dropdown>