File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/components/challenge-detail/Submissions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66import React from 'react' ;
77import PT from 'prop-types' ;
88import moment from 'moment' ;
9- import { isMM as checkIsMM , isMMByType as checkIsMMByType } from 'utils/challenge' ;
9+ import { isMM as checkIsMM , isMMByType as checkIsMMByType } from 'utils/challenge' ;
1010import _ from 'lodash' ;
1111import { connect } from 'react-redux' ;
1212import { config } from 'topcoder-react-utils' ;
@@ -604,7 +604,7 @@ class SubmissionsComponent extends React.Component {
604604 }
605605 {
606606 ( ( numWinners > 0 || challenge . status === CHALLENGE_STATUS . COMPLETED )
607- && isMMByType ( challenge ) && isLoggedIn ) && (
607+ && checkIsMMByType ( challenge ) && isLoggedIn ) && (
608608 < div styleName = "block-download-all" >
609609 < button
610610 disabled = { downloadingAll }
You can’t perform that action at this time.
0 commit comments