Merge pull request #1266 from mewtaylor/issue/temp-remove-custom-rows

[Master] Temp Hotfix: remove custom rows
This commit is contained in:
Matthew Taylor 2017-04-11 09:33:46 -04:00 committed by GitHub
commit f379ff4be1

View file

@ -49,7 +49,7 @@ var Splash = injectIntl(React.createClass({
if (this.props.session.session.user != prevProps.session.session.user) {
if (this.props.session.session.user) {
this.getActivity();
this.getFeaturedCustom();
// this.getFeaturedCustom();
this.getNews();
} else {
this.setState({featuredCustom: []});
@ -68,7 +68,7 @@ var Splash = injectIntl(React.createClass({
this.getFeaturedGlobal();
if (this.props.session.session.user) {
this.getActivity();
this.getFeaturedCustom();
// this.getFeaturedCustom();
this.getNews();
} else {
this.getProjectCount();