File tree 1 file changed +1
-3
lines changed
src/shared/containers/challenge-detail
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import { BUCKETS } from 'utils/challenge-listing/buckets';
31
31
import { CHALLENGE_PHASE_TYPES , COMPETITION_TRACKS_V3 , SUBTRACKS } from 'utils/tc' ;
32
32
import { config , MetaTags } from 'topcoder-react-utils' ;
33
33
import { actions } from 'topcoder-react-lib' ;
34
- import { USER_GROUP_MAXAGE } from 'config' ;
35
34
36
35
import ogWireframe from
37
36
'../../../assets/images/open-graph/challenges/01-wireframe.jpg' ;
@@ -127,7 +126,6 @@ class ChallengeDetailPageContainer extends React.Component {
127
126
const {
128
127
auth,
129
128
challenge,
130
- communitiesList,
131
129
getCommunitiesList,
132
130
loadChallengeDetails,
133
131
challengeId,
@@ -161,7 +159,7 @@ class ChallengeDetailPageContainer extends React.Component {
161
159
loadChallengeDetails ( auth , challengeId ) ;
162
160
}
163
161
164
- getCommunitiesList ( auth ) ;
162
+ getCommunitiesList ( auth ) ;
165
163
166
164
if ( _ . isEmpty ( challengeSubtracksMap ) ) {
167
165
getSubtracks ( ) ;
You can’t perform that action at this time.
0 commit comments