temporarily remove custom homepage rows

redis emptied when mc1 restarted, so this is all going to mysql at the moment
This commit is contained in:
Matthew Taylor 2017-04-11 09:27:19 -04:00
parent 194ac12b44
commit 5ca5c149f3

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();