mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #1266 from mewtaylor/issue/temp-remove-custom-rows
[Master] Temp Hotfix: remove custom rows
This commit is contained in:
commit
f379ff4be1
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue