diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ca419933..6af31f2fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -351,6 +351,7 @@ workflows: only: - PROD-4183 - changelog + - remove_submission_review # This is alternate dev env for parallel testing - "build-test": context : org-global diff --git a/config/backup-default.js b/config/backup-default.js index 0e399b364..e242f7ae7 100644 --- a/config/backup-default.js +++ b/config/backup-default.js @@ -115,7 +115,6 @@ module.exports = { FORUMS: 'https://apps.topcoder-dev.com/forums', FORUMS_VANILLA: 'https://vanilla.topcoder-dev.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com', THRIVE: 'https://community-app.topcoder-dev.com/thrive', diff --git a/config/default.js b/config/default.js index d50de2aec..5fb31e3d8 100644 --- a/config/default.js +++ b/config/default.js @@ -116,7 +116,6 @@ module.exports = { FORUMS: 'https://apps.topcoder-dev.com/forums', FORUMS_VANILLA: 'https://vanilla.topcoder-dev.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com', THRIVE: 'https://community-app.topcoder-dev.com/thrive', diff --git a/config/production.js b/config/production.js index c37293085..e72069be9 100644 --- a/config/production.js +++ b/config/production.js @@ -35,7 +35,6 @@ module.exports = { FORUMS: 'https://apps.topcoder.com/forums', FORUMS_VANILLA: 'https://discussions.topcoder.com', HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles', - SUBMISSION_REVIEW: 'https://submission-review.topcoder.com', MEMBER: 'https://member.topcoder.com', ONLINE_REVIEW: 'https://software.topcoder.com', PAYMENT_TOOL: 'https://payment.topcoder.com', diff --git a/src/shared/components/challenge-detail/Header/TabSelector/index.jsx b/src/shared/components/challenge-detail/Header/TabSelector/index.jsx index 5ddadf7ba..e12efee81 100644 --- a/src/shared/components/challenge-detail/Header/TabSelector/index.jsx +++ b/src/shared/components/challenge-detail/Header/TabSelector/index.jsx @@ -10,7 +10,7 @@ import React, { useState } from 'react'; import PT from 'prop-types'; import cn from 'classnames'; import { TABS as DETAIL_TABS } from 'actions/page/challenge-details'; -import { config } from 'topcoder-react-utils'; +import { config, Link } from 'topcoder-react-utils'; import { useMediaQuery } from 'react-responsive'; import ArrowIcon from 'assets/images/ico-arrow-down.svg'; import CloseIcon from 'assets/images/icon-close-green.svg'; @@ -248,14 +248,12 @@ export default function ChallengeViewSelector(props) { } { (hasRegistered && mySubmissions.length > 0) && ( - - SUBMISSION REVIEW - + MY SUBMISSIONS + ) } {