Skip to content

Commit

Permalink
Re-enable view challenge leaderboard link (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Oct 16, 2024
1 parent e747ba0 commit aabcda3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ChallengeDetail/ChallengeDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,14 @@ export class ChallengeDetail extends Component {
</a>
</li>
: null}
{/* Disable Link tell project leaderboard page is reimplemented */}
{/* <li>
<li>
<Link
className="mr-text-green-lighter hover:mr-text-white"
to={`/challenge/${challenge.id}/leaderboard`}
>
<FormattedMessage {...messages.viewLeaderboard} />
</Link>
</li> */}
</li>
<div className="mr-mb-3" />
{this.renderDetailTabs()}
</ol>
Expand Down

0 comments on commit aabcda3

Please sign in to comment.