We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c371c0 commit d715b34Copy full SHA for d715b34
src/pages/communities/[slug]/challenges/[challenge_id]/index.tsx
@@ -129,7 +129,6 @@ export default function ChallengePage() {
129
<Header />
130
<Rewards />
131
<Objectives />
132
- {/* {challenge.isTeamChallenge && <TeamChallenge />} */}
133
<TeamChallenge />
134
135
<Learning courses={challenge.courses} learningModules={challenge.learningModules} community={community} />
0 commit comments