Skip to content

Commit 218b390

Browse files
author
Keivan Vosoughi
committed
Test
1 parent 578f2e1 commit 218b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/client/src/components/JobStatus/jobStatusIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function JobStatusIcon({ status, customTooltipTitles }: JobStatus
5050
</Tooltip>;
5151
case 'ENGINE_SCHEDULING':
5252
return <Tooltip title={tooltipTitles.ENGINE_SCHEDULING}>
53-
<StyledIconWrapper><LoadingOutlined spin/><span style={{ marginLeft: '5px' }}>{'Scheduling'}</span></StyledIconWrapper>
53+
<StyledIconWrapper><LoadingOutlined spin/></StyledIconWrapper>
5454
</Tooltip>;
5555
case 'ENGINE_RUNNING':
5656
return <Tooltip title={tooltipTitles.ENGINE_RUNNING}>

0 commit comments

Comments
 (0)