We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c91974 + 4b2bcb7 commit 97e3f1aCopy full SHA for 97e3f1a
src/shared/containers/challenge-detail/index.jsx
@@ -244,7 +244,7 @@ class ChallengeDetailPageContainer extends React.Component {
244
}
245
246
const { track } = nextProps.challenge;
247
- if (track === COMPETITION_TRACKS.DESIGN && thriveArticles.length === 0) {
+ if (track !== COMPETITION_TRACKS.DESIGN && thriveArticles.length === 0) {
248
// filter all tags with value 'Other'
249
const tags = _.filter(nextProps.challenge.tags, tag => tag !== 'Other');
250
if (tags.length > 0) {
0 commit comments