File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/containers/ChallengeEditor Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,6 @@ class ChallengeEditor extends Component {
405
405
loggedInUser,
406
406
projectPhases,
407
407
isProjectPhasesLoading,
408
- rejectChallenge,
409
408
showRejectChallengeModal
410
409
// members
411
410
} = this . props
@@ -529,7 +528,7 @@ class ChallengeEditor extends Component {
529
528
partiallyUpdateChallengeDetails = { partiallyUpdateChallengeDetails }
530
529
projectPhases = { projectPhases }
531
530
assignYourselfCopilot = { this . assignYourselfCopilot }
532
- rejectChallenge = { rejectChallenge }
531
+ rejectChallenge = { this . rejectChallenge }
533
532
showRejectChallengeModal = { showRejectChallengeModal }
534
533
loggedInUser = { loggedInUser }
535
534
/>
@@ -656,7 +655,6 @@ ChallengeEditor.propTypes = {
656
655
loadProject : PropTypes . func ,
657
656
projectPhases : PropTypes . arrayOf ( PropTypes . object ) ,
658
657
isProjectPhasesLoading : PropTypes . bool ,
659
- rejectChallenge : PropTypes . func . isRequired ,
660
658
showRejectChallengeModal : PropTypes . func
661
659
// members: PropTypes.arrayOf(PropTypes.shape())
662
660
}
You can’t perform that action at this time.
0 commit comments