File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
challenge-listing/ChallengeCard Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { config } from 'topcoder-react-utils';
13
13
14
14
import {
15
15
Tag ,
16
- DevelopmentTrackTag ,
17
16
} from 'topcoder-react-ui-kit' ;
18
17
19
18
import VerifiedTag from 'components/challenge-listing/VerifiedTag' ;
@@ -23,7 +22,6 @@ import './style.scss';
23
22
24
23
export default function ChallengeTags ( props ) {
25
24
const {
26
- isSelfService,
27
25
challengeId,
28
26
challengesUrl,
29
27
challengeType,
@@ -149,11 +147,9 @@ ChallengeTags.defaultProps = {
149
147
events : [ ] ,
150
148
technPlatforms : [ ] ,
151
149
skills : [ ] ,
152
- isSelfService : false ,
153
150
} ;
154
151
155
152
ChallengeTags . propTypes = {
156
- isSelfService : PT . bool ,
157
153
challengeId : PT . string . isRequired ,
158
154
challengesUrl : PT . string . isRequired ,
159
155
events : PT . arrayOf ( PT . string ) ,
Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ export default function ChallengeHeader(props) {
315
315
</ h1 >
316
316
< div styleName = "tag-container" >
317
317
< ChallengeTags
318
- isSelfService = { challenge . legacy . selfService }
319
318
challengeId = { challengeId }
320
319
track = { track }
321
320
challengeType = { _ . find ( challengeTypesMap , { name : type } ) || { } }
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import _ from 'lodash';
2
2
import React , { useMemo } from 'react' ;
3
3
import PT from 'prop-types' ;
4
4
import TrackIcon from 'components/TrackIcon' ;
5
- import { DevelopmentTrackTag } from 'topcoder-react-ui-kit' ;
6
5
import { TABS as DETAIL_TABS } from 'actions/page/challenge-details' ;
7
6
import { Link } from 'topcoder-react-utils' ;
8
7
import {
You can’t perform that action at this time.
0 commit comments