chore: lint

This commit is contained in:
karishmas6
2024-10-23 03:52:48 +05:30
parent fa3520dd70
commit 54b84f89d9

View File

@@ -136,16 +136,16 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
{ {
(schedule !== null) ? ( (schedule !== null) ? (
<> <>
<Typography>Robot is scheduled to run every {schedule.runEvery} {schedule.runEveryUnit} starting from {schedule.startFrom} at {schedule.atTimeStart} to {schedule.atTimeEnd} in {schedule.timezone} timezone.</Typography> <Typography>Robot is scheduled to run every {schedule.runEvery} {schedule.runEveryUnit} starting from {schedule.startFrom} at {schedule.atTimeStart} to {schedule.atTimeEnd} in {schedule.timezone} timezone.</Typography>
<Box mt={2} display="flex" justifyContent="space-between"> <Box mt={2} display="flex" justifyContent="space-between">
<Button <Button
onClick={deleteRobotSchedule} onClick={deleteRobotSchedule}
variant="outlined" variant="outlined"
color="secondary" color="secondary"
> >
Delete Schedule Delete Schedule
</Button> </Button>
</Box> </Box>
</> </>
) : ( ) : (
<> <>