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 3c91974 commit 0e221c8Copy full SHA for 0e221c8
src/shared/containers/challenge-detail/index.jsx
@@ -558,8 +558,8 @@ class ChallengeDetailPageContainer extends React.Component {
558
hasRegistered={challenge.isRegistered}
559
unregistering={unregistering}
560
submissionEnded={submissionEnded}
561
- isMM
562
- isLegacyMM
+ isMM={isMM}
+ isLegacyMM={isLegacyMM}
563
loadingMMSubmissionsForChallengeId={loadingMMSubmissionsForChallengeId}
564
auth={auth}
565
loadMMSubmissions={loadMMSubmissions}
0 commit comments