Skip to content

Commit 50c17fc

Browse files
authored
Update index.jsx
1 parent d710a0d commit 50c17fc

File tree

1 file changed

+1
-3
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+1
-3
lines changed

src/shared/containers/challenge-detail/index.jsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import { BUCKETS } from 'utils/challenge-listing/buckets';
3131
import { CHALLENGE_PHASE_TYPES, COMPETITION_TRACKS_V3, SUBTRACKS } from 'utils/tc';
3232
import { config, MetaTags } from 'topcoder-react-utils';
3333
import { actions } from 'topcoder-react-lib';
34-
import { USER_GROUP_MAXAGE } from 'config';
3534

3635
import ogWireframe from
3736
'../../../assets/images/open-graph/challenges/01-wireframe.jpg';
@@ -127,7 +126,6 @@ class ChallengeDetailPageContainer extends React.Component {
127126
const {
128127
auth,
129128
challenge,
130-
communitiesList,
131129
getCommunitiesList,
132130
loadChallengeDetails,
133131
challengeId,
@@ -161,7 +159,7 @@ class ChallengeDetailPageContainer extends React.Component {
161159
loadChallengeDetails(auth, challengeId);
162160
}
163161

164-
getCommunitiesList(auth);
162+
getCommunitiesList(auth);
165163

166164
if (_.isEmpty(challengeSubtracksMap)) {
167165
getSubtracks();

0 commit comments

Comments
 (0)