chore: lint
This commit is contained in:
@@ -20,7 +20,7 @@ const RunTypeChip: React.FC<RunTypeChipProps> = ({ runByUserId, runByScheduledId
|
|||||||
if (runByUserId) return <Chip label="Manual Run" color="primary" variant="outlined" />;
|
if (runByUserId) return <Chip label="Manual Run" color="primary" variant="outlined" />;
|
||||||
if (runByScheduledId) return <Chip label="Scheduled Run" color="primary" variant="outlined" />;
|
if (runByScheduledId) return <Chip label="Scheduled Run" color="primary" variant="outlined" />;
|
||||||
if (runByAPI) return <Chip label="API" color="primary" variant="outlined" />;
|
if (runByAPI) return <Chip label="API" color="primary" variant="outlined" />;
|
||||||
return <Chip label="Unknown Run Type" color="primary" variant="outlined"/>;
|
return <Chip label="Unknown Run Type" color="primary" variant="outlined" />;
|
||||||
};
|
};
|
||||||
|
|
||||||
interface CollapsibleRowProps {
|
interface CollapsibleRowProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user