File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed
tc-communities/communities/iot/AssetDetail
containers/challenge-listing/Listing Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ export default function ChallengeHeader(props) {
452
452
disabled = { disabled }
453
453
theme = { { button : disabled ? style . submitButtonDisabled : style . submitButton } }
454
454
to = { `${ challengesUrl } /${ challengeId } /submit` }
455
+ forceA
455
456
>
456
457
< IconsUpload />
457
458
< span > Submit a solution</ span >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { config } from 'topcoder-react-utils';
11
11
import TooltipIcon from 'assets/images/tooltip-info.svg' ;
12
12
import EligibleEvents from './EligibleEvents' ;
13
13
14
- import ShareSocial from './ShareSocial' ;
14
+ // import ShareSocial from './ShareSocial';
15
15
16
16
import styles from './styles.scss' ;
17
17
@@ -20,7 +20,7 @@ export default function SideBar({
20
20
legacyId,
21
21
documents,
22
22
eventDetail,
23
- shareable,
23
+ // shareable,
24
24
forumLink,
25
25
discuss,
26
26
hasRegistered,
@@ -542,7 +542,7 @@ SideBar.propTypes = {
542
542
description : PT . string . isRequired ,
543
543
} ) ,
544
544
documents : PT . arrayOf ( PT . shape ( ) ) ,
545
- shareable : PT . bool . isRequired ,
545
+ // shareable: PT.bool.isRequired,
546
546
forumLink : PT . string . isRequired ,
547
547
discuss : PT . arrayOf ( PT . shape ( ) ) ,
548
548
hasRegistered : PT . bool ,
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ export default function ChallengeDetailsView(props) {
407
407
eventDetail = { _ . isEmpty ( events ) ? null : events [ 0 ] }
408
408
isMM = { isMM ( challenge ) }
409
409
terms = { terms }
410
- shareable = { _ . isEmpty ( groups ) }
410
+ // shareable={_.isEmpty(groups)}
411
411
environment = { environment }
412
412
codeRepo = { codeRepo }
413
413
metadata = { metadata }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import PT from 'prop-types';
10
10
import { PrimaryButton } from 'topcoder-react-ui-kit' ;
11
11
12
12
import JoinSection from '../JoinSection' ;
13
- import ShareSocial from './ShareSocial' ;
13
+ // import ShareSocial from './ShareSocial';
14
14
import './styles.scss' ;
15
15
16
16
import assetsData from '../Assets/data/predix-assets.json' ;
Original file line number Diff line number Diff line change @@ -687,11 +687,6 @@ export class ListingContainer extends React.Component {
687
687
reviewOpportunities = { reviewOpportunities }
688
688
setFilterState = { ( state ) => {
689
689
setFilter ( state ) ;
690
- // if (activeBucket === BUCKETS.SAVED_FILTER) {
691
- // selectBucket(BUCKETS.OPEN_FOR_REGISTRATION);
692
- // } else if (activeBucket === BUCKETS.SAVED_REVIEW_OPPORTUNITIES_FILTER) {
693
- // selectBucket(BUCKETS.REVIEW_OPPORTUNITIES);
694
- // }
695
690
} }
696
691
setSort = { setSort }
697
692
sorts = { sorts }
You can’t perform that action at this time.
0 commit comments