Skip to content

Commit 1ed5b0f

Browse files
author
vikasrohit
authored
Merge pull request #918 from maxceem/issue-775
fix: remove 'Direct/Online Review' on Create New
2 parents ee177ab + 5b841c9 commit 1ed5b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ class ChallengeEditor extends Component {
13441344
<div className={styles.wrapper}>
13451345
<Helmet title={getTitle(isNew)} />
13461346
<div className={cn(styles.actionButtons, styles.actionButtonsLeft)}>
1347-
<LegacyLinks challenge={challenge} />
1347+
{!isNew && <LegacyLinks challenge={challenge} />}
13481348
</div>
13491349
<div className={styles.title}>{getTitle(isNew)}</div>
13501350
<div className={cn(styles.actionButtons, styles.actionButtonsRight)}>

0 commit comments

Comments
 (0)