From 3e46bf802e403046343c8cc071378ea225de8d2e Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Thu, 21 Apr 2022 20:35:17 -0300 Subject: [PATCH] Remove Generic Payment section from challenge details --- .../challenge-detail/Specification/index.jsx | 64 +++++++------------ 1 file changed, 24 insertions(+), 40 deletions(-) diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index 0c08a27e53..6000ee6348 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -363,53 +363,37 @@ export default function ChallengeDetailsView(props) { ) } -
-

- Payments -

- { - isWipro ? ( -
-

- For employees of Wipro Technologies, following are the - payment terms. Winner/s would be awarded the prize money on - successful completion and acceptance of the submission by - the stakeholder. Accumulated prize money for the month will - be paid through Wipro payroll as part of subsequent month’s - salary (eg. Aug month challenge winners payment will be - credited as part Sept month salary). For payment of prize - money, respective country currency conversion shall be - considered as per Wipro standard currency conversion - guidelines. Please refer to policy document at - ‌ - - https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf - - ‌ - for details regarding the policy. -

-
- ) : ( + {isWipro && ( +
+

+ Payments +

+

- Topcoder will compensate members in accordance with our standard payment policies, unless - otherwise specified in this challenge. For information on payment policies, setting up your profile to - receive payments, and general payment questions, please refer to + For employees of Wipro Technologies, following are the + payment terms. Winner/s would be awarded the prize money on + successful completion and acceptance of the submission by + the stakeholder. Accumulated prize money for the month will + be paid through Wipro payroll as part of subsequent month’s + salary (eg. Aug month challenge winners payment will be + credited as part Sept month salary). For payment of prize + money, respective country currency conversion shall be + considered as per Wipro standard currency conversion + guidelines. Please refer to policy document at ‌ - Payment Policies and Instructions - . + https://wipro365.sharepoint.com/sites/wipro-people-policies/wipro%20policies/TopGear-RewardPoints-Policy.pdf + + ‌ + for details regarding the policy.

- ) - } -
+ +
+ )}