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,
|
||||
title
|
||||
} = this.props;
|
||||
if (isHidden) {
|
||||
if (isHidden || !title) {
|
||||
return null;
|
||||
}
|
||||
const challengeClassName = classnames({
|
||||
|
Reference in New Issue
Block a user