File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ import './style.scss';
15
15
16
16
const Filter = challengeUtils . filter ;
17
17
18
- const RSS_LINK = 'http://feeds.topcoder.com/challenges/feed?list=active&contestType=all' ;
18
+ // DISABLED: Until feeds.topcoder.com domain fixed community-app#4606
19
+ // const RSS_LINK = 'http://feeds.topcoder.com/challenges/feed?list=active&contestType=all';
19
20
20
21
export default function BucketSelector ( {
21
22
activeBucket,
@@ -109,11 +110,14 @@ export default function BucketSelector({
109
110
) : ''
110
111
}
111
112
< hr />
113
+ { /* DISABLED: Until feeds.topcoder.com domain fixed community-app#4606 */ }
114
+ { /*
112
115
<div styleName="get-rss">
113
116
<a href={RSS_LINK}>
114
117
Get the RSS feed
115
118
</a>
116
119
</div>
120
+ */ }
117
121
</ div >
118
122
) ;
119
123
}
You can’t perform that action at this time.
0 commit comments