From d8ac088d9887893872e5b2feee6910c318f42326 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Mon, 27 May 2024 10:56:48 +0300 Subject: [PATCH] TOP-1579 update config of challengesFeed on dashboard --- src/shared/containers/Dashboard/ChallengesFeed.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {