Skip to content

Commit 23cfb55

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 41162d5 commit 23cfb55

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/ChallengeView

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/ChallengeView/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const ChallengeView = ({
9696
{
9797
challenge.status === 'Draft' && (
9898
<div className={styles.button}>
99-
{(challenge.legacyId || challenge.isTask) ? (
99+
{(challenge.legacyId || isTask) ? (
100100
<PrimaryButton text={'Launch'} type={'info'} onClick={onLaunchChallenge} />
101101
) : (
102102
<Tooltip content={MESSAGE.NO_LEGACY_CHALLENGE}>

0 commit comments

Comments
 (0)