Skip to content

Commit 726618a

Browse files
committed
fix: lint
1 parent 82349a3 commit 726618a

File tree

2 files changed

+1
-2
lines changed
  • src/shared
    • components/SubmissionManagement/Submission
    • containers/SubmissionManagement

2 files changed

+1
-2
lines changed

src/shared/components/SubmissionManagement/Submission/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import _ from 'lodash';
1515
import moment from 'moment';
1616
import React from 'react';
17-
import { config } from 'topcoder-react-utils';
1817
import { COMPETITION_TRACKS, CHALLENGE_STATUS } from 'utils/tc';
1918

2019
import PT from 'prop-types';
@@ -131,6 +130,7 @@ Submission.propTypes = {
131130
}),
132131
showScreeningDetails: PT.bool,
133132
track: PT.string.isRequired,
133+
onDownload: PT.func.isRequired,
134134
onDelete: PT.func.isRequired,
135135
onShowDetails: PT.func,
136136
status: PT.string.isRequired,

src/shared/containers/SubmissionManagement/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class SubmissionManagementPageContainer extends React.Component {
5656
isLoadingChallenge,
5757
mySubmissions,
5858
onCancelSubmissionDelete,
59-
onDownloadSubmission,
6059
onShowDetails,
6160
onSubmissionDelete,
6261
onSubmissionDeleteConfirmed,

0 commit comments

Comments
 (0)