From 34d512ffeb7a14c318111a790ed511a66c898bb4 Mon Sep 17 00:00:00 2001 From: Marius Espejo Date: Tue, 8 Aug 2017 12:44:59 -0700 Subject: [PATCH] fix: don't render challange if isBeta (#15741) --- common/app/Map/Challenge.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({