Skip to content

Commit

Permalink
Merge branch 'develop' into attribute-spec-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored Jul 20, 2023
2 parents cffa49b + c230395 commit 8a2598c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvat-ui/src/components/job-item/job-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ function JobItem(props: Props): JSX.Element {
<Row className='cvat-job-item-dates-info'>
<Col>
<Text>Created on </Text>
<Text type='secondary'>{`${created.format('MMMM Do YYYY HH:MM')}`}</Text>
<Text type='secondary'>{`${created.format('MMMM Do YYYY HH:mm')}`}</Text>
</Col>
</Row>
<Row>
<Col>
<Text>Last updated </Text>
<Text type='secondary'>{`${updated.format('MMMM Do YYYY HH:MM')}`}</Text>
<Text type='secondary'>{`${updated.format('MMMM Do YYYY HH:mm')}`}</Text>
</Col>
</Row>
</Col>
Expand Down

0 comments on commit 8a2598c

Please sign in to comment.