Skip to content

Commit

Permalink
Lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed May 20, 2024
1 parent 760adc5 commit b1868ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/shared/components/challenge-detail/Header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,14 @@
border-color: #219174 !important;
}


.challenge-ops-container .submitButton:active,
.challenge-ops-container .unregisterButton:active
.challenge-ops-container .unregisterButton:active,
.challenge-ops-container .registerBtn:active {
color: #fff !important;
background: #0d664e !important;
border-color: #0d664e !important;
}


.challenge-ops-container .submitButton:focus,
.challenge-ops-container .submitButton:focus-within,
.challenge-ops-container .submitButton:focus-visible {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { config } from 'topcoder-react-utils';
import TooltipIcon from 'assets/images/tooltip-info.svg';
import EligibleEvents from './EligibleEvents';

//import ShareSocial from './ShareSocial';
// import ShareSocial from './ShareSocial';

import styles from './styles.scss';

Expand All @@ -20,7 +20,7 @@ export default function SideBar({
legacyId,
documents,
eventDetail,
//shareable,
// shareable,
forumLink,
discuss,
hasRegistered,
Expand Down Expand Up @@ -542,7 +542,7 @@ SideBar.propTypes = {
description: PT.string.isRequired,
}),
documents: PT.arrayOf(PT.shape()),
//shareable: PT.bool.isRequired,
// shareable: PT.bool.isRequired,
forumLink: PT.string.isRequired,
discuss: PT.arrayOf(PT.shape()),
hasRegistered: PT.bool,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export default function ChallengeDetailsView(props) {
eventDetail={_.isEmpty(events) ? null : events[0]}
isMM={isMM(challenge)}
terms={terms}
//shareable={_.isEmpty(groups)}
// shareable={_.isEmpty(groups)}
environment={environment}
codeRepo={codeRepo}
metadata={metadata}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import PT from 'prop-types';
import { PrimaryButton } from 'topcoder-react-ui-kit';

import JoinSection from '../JoinSection';
//import ShareSocial from './ShareSocial';
// import ShareSocial from './ShareSocial';
import './styles.scss';

import assetsData from '../Assets/data/predix-assets.json';
Expand Down

0 comments on commit b1868ae

Please sign in to comment.