fix: don't render challange if isBeta (#15741)
This commit is contained in:
committed by
Quincy Larson
parent
9f875e1d11
commit
34d512ffeb
@ -127,7 +127,7 @@ export class Challenge extends PureComponent {
|
|||||||
isRequired,
|
isRequired,
|
||||||
title
|
title
|
||||||
} = this.props;
|
} = this.props;
|
||||||
if (isHidden) {
|
if (isHidden || !title) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const challengeClassName = classnames({
|
const challengeClassName = classnames({
|
||||||
|
Reference in New Issue
Block a user