Skip to content

Commit

Permalink
Revert "Revert "[Master] Temp Hotfix: remove custom rows""
Browse files Browse the repository at this point in the history
  • Loading branch information
mewtaylor committed May 9, 2017
1 parent d33cd6c commit 827b357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/splash/splash.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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: []});
Expand All @@ -69,7 +69,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();
Expand Down

0 comments on commit 827b357

Please sign in to comment.