diff --git a/src/shared/containers/Dashboard/ChallengesFeed.jsx b/src/shared/containers/Dashboard/ChallengesFeed.jsx index acbc70791..113aa5881 100644 --- a/src/shared/containers/Dashboard/ChallengesFeed.jsx +++ b/src/shared/containers/Dashboard/ChallengesFeed.jsx @@ -76,7 +76,7 @@ ChallengesFeedContainer.defaultProps = { excludeTags: [], title: 'Opportunities', challengeListingQuery: undefined, - tracks: ['DES', 'DEV', 'DS', 'QA'], + tracks: [], }; ChallengesFeedContainer.propTypes = {