Skip to content

Commit

Permalink
Merge pull request #6911 from topcoder-platform/PLAT-3086
Browse files Browse the repository at this point in the history
use v5 challenge id in submission review tab
  • Loading branch information
jmgasper authored Sep 18, 2023
2 parents 5189b5d + fd0550e commit 97b9160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default function ChallengeViewSelector(props) {
{
(hasRegistered && mySubmissions.length > 0) && (
<a
href={`${config.URL.SUBMISSION_REVIEW}/challenges/${challenge.legacyId}`}
href={`${config.URL.SUBMISSION_REVIEW}/challenges/${challenge.id}`}
styleName="challenge-selector-common challenge-unselected-view"
target="_blank"
rel="oopener noreferrer"
Expand Down

0 comments on commit 97b9160

Please sign in to comment.