Skip to content

Commit

Permalink
Lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed May 7, 2024
1 parent aa4b793 commit 25faad5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { config } from 'topcoder-react-utils';

import {
Tag,
DevelopmentTrackTag,
} from 'topcoder-react-ui-kit';

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

export default function ChallengeTags(props) {
const {
isSelfService,
challengeId,
challengesUrl,
challengeType,
Expand Down Expand Up @@ -149,11 +147,9 @@ ChallengeTags.defaultProps = {
events: [],
technPlatforms: [],
skills: [],
isSelfService: false,
};

ChallengeTags.propTypes = {
isSelfService: PT.bool,
challengeId: PT.string.isRequired,
challengesUrl: PT.string.isRequired,
events: PT.arrayOf(PT.string),
Expand Down
1 change: 0 additions & 1 deletion src/shared/components/challenge-detail/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export default function ChallengeHeader(props) {
</h1>
<div styleName="tag-container">
<ChallengeTags
isSelfService={challenge.legacy.selfService}
challengeId={challengeId}
track={track}
challengeType={_.find(challengeTypesMap, { name: type }) || {}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import _ from 'lodash';
import React, { useMemo } from 'react';
import PT from 'prop-types';
import TrackIcon from 'components/TrackIcon';
import { DevelopmentTrackTag } from 'topcoder-react-ui-kit';
import { TABS as DETAIL_TABS } from 'actions/page/challenge-details';
import { Link } from 'topcoder-react-utils';
import {
Expand Down

0 comments on commit 25faad5

Please sign in to comment.