Skip to content

Commit

Permalink
Revert "[Master] Temp Hotfix: remove custom rows"
Browse files Browse the repository at this point in the history
  • Loading branch information
mewtaylor committed Apr 18, 2017
1 parent f379ff4 commit f2e4858
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 @@ -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: []});
Expand All @@ -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();
Expand Down

0 comments on commit f2e4858

Please sign in to comment.