@@ -14,7 +14,8 @@ import { config } from 'topcoder-react-utils';
14
14
import Viewport from 'components/Contentful/Viewport' ;
15
15
import TopcoderTime from 'components/Dashboard/TCTime' ;
16
16
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';
18
19
import ChallengesFeed from 'containers/Dashboard/ChallengesFeed' ;
19
20
import BlogFeedContainer from 'containers/Dashboard/BlogFeed' ;
20
21
import MetaTags from 'components/MetaTags' ;
@@ -63,7 +64,8 @@ function SlashTCContainer(props) {
63
64
itemCount = { 20 }
64
65
/>
65
66
< 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" /> */ }
67
69
< NewsFeed />
68
70
< Viewport id = "SSwOFPT8l0WpGhqCBRISG" />
69
71
< ThriveArticlesFeedContainer itemCount = { 4 } theme = "dark" />
@@ -92,7 +94,8 @@ function SlashTCContainer(props) {
92
94
itemCount = { 20 }
93
95
/>
94
96
< 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" /> */ }
96
99
< NewsFeed />
97
100
</ div >
98
101
{ /* Right column */ }
0 commit comments