Skip to content

Commit

Permalink
use v5 challenge id in submission review tab
Browse files Browse the repository at this point in the history
  • Loading branch information
eisbilir committed Sep 18, 2023
1 parent 5189b5d commit fd0550e
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 fd0550e

Please sign in to comment.