Skip to content

Commit 3716ca5

Browse files
committed
CORE-346 remove gigs feed from home
1 parent 22bfdb9 commit 3716ca5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/shared/containers/Dashboard/index.jsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import { config } from 'topcoder-react-utils';
1414
import Viewport from 'components/Contentful/Viewport';
1515
import TopcoderTime from 'components/Dashboard/TCTime';
1616
import ThriveArticlesFeedContainer from 'containers/Dashboard/ThriveArticlesFeed';
17-
import GigsFeed from 'containers/Dashboard/GigsFeed';
17+
// deprecated with https://topcoder.atlassian.net/browse/CORE-346
18+
// import GigsFeed from 'containers/Dashboard/GigsFeed';
1819
import ChallengesFeed from 'containers/Dashboard/ChallengesFeed';
1920
import BlogFeedContainer from 'containers/Dashboard/BlogFeed';
2021
import MetaTags from 'components/MetaTags';
@@ -63,7 +64,8 @@ function SlashTCContainer(props) {
6364
itemCount={20}
6465
/>
6566
<ChallengesFeed theme="dark" excludeTags={[INNOVATION_CHALLENGES_TAG]} />
66-
<GigsFeed itemCount={5} theme="dark" />
67+
{/* deprected with https://topcoder.atlassian.net/browse/CORE-346 */}
68+
{/* <GigsFeed itemCount={5} theme="dark" /> */}
6769
<NewsFeed />
6870
<Viewport id="SSwOFPT8l0WpGhqCBRISG" />
6971
<ThriveArticlesFeedContainer itemCount={4} theme="dark" />
@@ -92,7 +94,8 @@ function SlashTCContainer(props) {
9294
itemCount={20}
9395
/>
9496
<ChallengesFeed theme="dark" excludeTags={[INNOVATION_CHALLENGES_TAG]} />
95-
<GigsFeed itemCount={5} theme="dark" />
97+
{/* deprected with https://topcoder.atlassian.net/browse/CORE-346 */}
98+
{/* <GigsFeed itemCount={5} theme="dark" /> */}
9699
<NewsFeed />
97100
</div>
98101
{/* Right column */}

0 commit comments

Comments
 (0)