We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b286fc8 commit 0f7e876Copy full SHA for 0f7e876
src/components/ChallengeEditor/ChallengeViewTabs/index.js
@@ -69,7 +69,7 @@ const ChallengeViewTabs = ({
69
<Helmet title='View Details' />
70
{!isTask && (
71
<div className={cn(styles.actionButtons, styles.button, styles.actionButtonsLeft)}>
72
- <LegacyLinks challenge={challenge} />
+ <LegacyLinks challenge={challenge} challengeView />
73
</div>
74
)}
75
<div className={styles.title}>View Details</div>
0 commit comments