Skip to content

Commit f359796

Browse files
committed
Lint errors
1 parent 5061db9 commit f359796

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/challenge-detail/Submissions

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import React from 'react';
77
import PT from 'prop-types';
88
import 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';
1010
import _ from 'lodash';
1111
import { connect } from 'react-redux';
1212
import { 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}

0 commit comments

Comments
 (0)