chore: lint

This commit is contained in:
karishmas6
2024-10-19 03:45:34 +05:30
parent 01b2c5e313
commit 1bab71212d

View File

@@ -239,7 +239,7 @@ const InterpretButton = ({ handleInterpret }: InterpretButtonProps) => {
<IconButton aria-label="add" size="small" onClick={() => { <IconButton aria-label="add" size="small" onClick={() => {
handleInterpret(); handleInterpret();
}} }}
> >
<PlayCircle /> <PlayCircle />
</IconButton> </IconButton>
) )
@@ -255,7 +255,7 @@ const ScheduleButton = ({ handleSchedule }: ScheduleButtonProps) => {
<IconButton aria-label="add" size="small" onClick={() => { <IconButton aria-label="add" size="small" onClick={() => {
handleSchedule(); handleSchedule();
}} }}
> >
<Schedule /> <Schedule />
</IconButton> </IconButton>
) )
@@ -270,7 +270,7 @@ const IntegrateButton = ({ handleIntegrate }: IntegrateButtonProps) => {
<IconButton aria-label="add" size="small" onClick={() => { <IconButton aria-label="add" size="small" onClick={() => {
handleIntegrate(); handleIntegrate();
}} }}
> >
<LinkIcon /> <LinkIcon />
</IconButton> </IconButton>
) )