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.
2 parents ee177ab + 5b841c9 commit 1ed5b0fCopy full SHA for 1ed5b0f
src/components/ChallengeEditor/index.js
@@ -1344,7 +1344,7 @@ class ChallengeEditor extends Component {
1344
<div className={styles.wrapper}>
1345
<Helmet title={getTitle(isNew)} />
1346
<div className={cn(styles.actionButtons, styles.actionButtonsLeft)}>
1347
- <LegacyLinks challenge={challenge} />
+ {!isNew && <LegacyLinks challenge={challenge} />}
1348
</div>
1349
<div className={styles.title}>{getTitle(isNew)}</div>
1350
<div className={cn(styles.actionButtons, styles.actionButtonsRight)}>
0 commit comments