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 581bfdc commit c97783cCopy full SHA for c97783c
src/pages/communities/[slug]/challenges/[challenge_id]/index.tsx
@@ -130,7 +130,6 @@ export default function ChallengePage() {
130
<Rewards />
131
<Objectives />
132
{challenge.isTeamChallenge && <TeamChallenge />}
133
-
134
<Learning courses={challenge.courses} learningModules={challenge.learningModules} community={community} />
135
<RatingRubric ratingCriteria={challenge?.ratingCriteria} selected={[]} />
136
<BestSubmissions />
0 commit comments