Skip to content

Commit 25faad5

Browse files
committed
Lint updates
1 parent aa4b793 commit 25faad5

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/shared/components/challenge-detail/Header/ChallengeTags.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { config } from 'topcoder-react-utils';
1313

1414
import {
1515
Tag,
16-
DevelopmentTrackTag,
1716
} from 'topcoder-react-ui-kit';
1817

1918
import VerifiedTag from 'components/challenge-listing/VerifiedTag';
@@ -23,7 +22,6 @@ import './style.scss';
2322

2423
export default function ChallengeTags(props) {
2524
const {
26-
isSelfService,
2725
challengeId,
2826
challengesUrl,
2927
challengeType,
@@ -149,11 +147,9 @@ ChallengeTags.defaultProps = {
149147
events: [],
150148
technPlatforms: [],
151149
skills: [],
152-
isSelfService: false,
153150
};
154151

155152
ChallengeTags.propTypes = {
156-
isSelfService: PT.bool,
157153
challengeId: PT.string.isRequired,
158154
challengesUrl: PT.string.isRequired,
159155
events: PT.arrayOf(PT.string),

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ export default function ChallengeHeader(props) {
315315
</h1>
316316
<div styleName="tag-container">
317317
<ChallengeTags
318-
isSelfService={challenge.legacy.selfService}
319318
challengeId={challengeId}
320319
track={track}
321320
challengeType={_.find(challengeTypesMap, { name: type }) || {}}

src/shared/components/challenge-listing/ChallengeCard/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import _ from 'lodash';
22
import React, { useMemo } from 'react';
33
import PT from 'prop-types';
44
import TrackIcon from 'components/TrackIcon';
5-
import { DevelopmentTrackTag } from 'topcoder-react-ui-kit';
65
import { TABS as DETAIL_TABS } from 'actions/page/challenge-details';
76
import { Link } from 'topcoder-react-utils';
87
import {

0 commit comments

Comments
 (0)