We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e74da commit 672cd73Copy full SHA for 672cd73
src/shared/components/challenge-detail/Specification/index.jsx
@@ -28,7 +28,6 @@ export default function ChallengeDetailsView(props) {
28
const {
29
communitiesList,
30
terms,
31
- hasRegistered,
32
challenge,
33
challengesUrl,
34
savingChallenge,
@@ -44,7 +43,6 @@ export default function ChallengeDetailsView(props) {
44
43
descriptionFormat,
45
legacy,
46
legacyId,
47
- documents,
48
userDetails,
49
metadata,
50
events,
@@ -404,7 +402,6 @@ ChallengeDetailsView.defaultProps = {
404
402
405
403
ChallengeDetailsView.propTypes = {
406
terms: PT.arrayOf(PT.shape()),
407
- hasRegistered: PT.bool.isRequired,
408
challenge: PT.shape({
409
description: PT.string,
410
descriptionFormat: PT.string,
0 commit comments