Skip to content

Commit 672cd73

Browse files
committed
Lint
1 parent 73e74da commit 672cd73

File tree

1 file changed

+0
-3
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+0
-3
lines changed

src/shared/components/challenge-detail/Specification/index.jsx

-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default function ChallengeDetailsView(props) {
2828
const {
2929
communitiesList,
3030
terms,
31-
hasRegistered,
3231
challenge,
3332
challengesUrl,
3433
savingChallenge,
@@ -44,7 +43,6 @@ export default function ChallengeDetailsView(props) {
4443
descriptionFormat,
4544
legacy,
4645
legacyId,
47-
documents,
4846
userDetails,
4947
metadata,
5048
events,
@@ -404,7 +402,6 @@ ChallengeDetailsView.defaultProps = {
404402

405403
ChallengeDetailsView.propTypes = {
406404
terms: PT.arrayOf(PT.shape()),
407-
hasRegistered: PT.bool.isRequired,
408405
challenge: PT.shape({
409406
description: PT.string,
410407
descriptionFormat: PT.string,

0 commit comments

Comments
 (0)