We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c91974 commit 90d498eCopy full SHA for 90d498e
src/shared/containers/challenge-detail/index.jsx
@@ -243,8 +243,7 @@ class ChallengeDetailPageContainer extends React.Component {
243
reloadChallengeDetails(nextProps.auth, challengeId);
244
}
245
246
- const { track } = nextProps.challenge;
247
- if (track === COMPETITION_TRACKS.DESIGN && thriveArticles.length === 0) {
+ if (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