Skip to content

Commit abc831e

Browse files
committed
Fix for #4286
1 parent b4ecb67 commit abc831e

File tree

1 file changed

+6
-25
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+6
-25
lines changed

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

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable max-len */
12
/*
23
Component renders challenge details and specifications
34
*/
@@ -468,41 +469,21 @@ export default function ChallengeDetailsView(props) {
468469
</div>
469470
) : (
470471
<p styleName="p">
471-
Topcoder will compensate members in accordance with our
472-
standard payment policies, unless otherwise specified in this
473-
challenge. For information on payment policies, setting up your
474-
profile to receive payments, and general payment questions,
475-
please refer to
472+
Topcoder will compensate members in accordance with our standard payment policies, unless
473+
otherwise specified in this challenge. For information on payment policies, setting up your profile to
474+
receive payments, and general payment questions, please refer to
476475
&zwnj;
477476
<a
478477
href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"
479478
rel="noopener noreferrer"
480479
target="_blank"
481480
>
482-
https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions
483-
</a>
481+
Payment Policies and Instructions
482+
</a>.
484483
</p>
485484
)
486485
}
487486
</article>
488-
<article>
489-
<h2 styleName="h2">
490-
Reliability Rating and Bonus
491-
</h2>
492-
<p styleName="p">
493-
For challenges that have a reliability bonus, the bonus depends
494-
on the reliability rating at the moment of registration for that
495-
project. A participant with no previous projects is considered to
496-
have no reliability rating, and therefore gets no bonus.
497-
Reliability bonus does not apply to Digital Run winnings. Since
498-
reliability rating is based on the past 15 projects, it can only
499-
have 15 discrete values.
500-
<br />
501-
<a href={config.URL.INFO.RELIABILITY_RATINGS_AND_BONUSES}>
502-
Read more.
503-
</a>
504-
</p>
505-
</article>
506487
</div>
507488
</div>
508489
<SideBar

0 commit comments

Comments
 (0)