diff --git a/common/app/Map/Challenge.jsx b/common/app/Map/Challenge.jsx index da42428c63..5b9a544fd7 100644 --- a/common/app/Map/Challenge.jsx +++ b/common/app/Map/Challenge.jsx @@ -127,7 +127,7 @@ export class Challenge extends PureComponent { isRequired, title } = this.props; - if (isHidden) { + if (isHidden || !title) { return null; } const challengeClassName = classnames({