File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
components/SubmissionManagement/Submission
containers/SubmissionManagement Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
import _ from 'lodash' ;
15
15
import moment from 'moment' ;
16
16
import React from 'react' ;
17
- import { config } from 'topcoder-react-utils' ;
18
17
import { COMPETITION_TRACKS , CHALLENGE_STATUS } from 'utils/tc' ;
19
18
20
19
import PT from 'prop-types' ;
@@ -131,6 +130,7 @@ Submission.propTypes = {
131
130
} ) ,
132
131
showScreeningDetails : PT . bool ,
133
132
track : PT . string . isRequired ,
133
+ onDownload : PT . func . isRequired ,
134
134
onDelete : PT . func . isRequired ,
135
135
onShowDetails : PT . func ,
136
136
status : PT . string . isRequired ,
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ class SubmissionManagementPageContainer extends React.Component {
56
56
isLoadingChallenge,
57
57
mySubmissions,
58
58
onCancelSubmissionDelete,
59
- onDownloadSubmission,
60
59
onShowDetails,
61
60
onSubmissionDelete,
62
61
onSubmissionDeleteConfirmed,
You can’t perform that action at this time.
0 commit comments