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 41162d5 commit 23cfb55Copy full SHA for 23cfb55
src/components/ChallengeEditor/ChallengeView/index.js
@@ -96,7 +96,7 @@ const ChallengeView = ({
96
{
97
challenge.status === 'Draft' && (
98
<div className={styles.button}>
99
- {(challenge.legacyId || challenge.isTask) ? (
+ {(challenge.legacyId || isTask) ? (
100
<PrimaryButton text={'Launch'} type={'info'} onClick={onLaunchChallenge} />
101
) : (
102
<Tooltip content={MESSAGE.NO_LEGACY_CHALLENGE}>
0 commit comments