Skip to content

Commit 866683d

Browse files
committed
Fix lint errors
1 parent 3467c18 commit 866683d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-ts/lib/icon-wrapper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { FC } from 'react'
21
import classNames from 'classnames'
2+
import { FC } from 'react'
33

44
import styles from './IconWrapper.module.scss'
55

src-ts/tools/work/work-lib/work-provider/work-functions/work-factory/work.factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function getProgress(challenge: Challenge, workStatus: WorkStatus): WorkProgress
551551
date: getProgressStepDateStart(challenge, [
552552
ChallengePhaseName.specificationReview,
553553
ChallengePhaseName.specificationSubmission,
554-
ChallengePhaseName.registration
554+
ChallengePhaseName.registration,
555555
]),
556556
name: 'Started',
557557
},

0 commit comments

Comments
 (0)