mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
fix travis
This commit is contained in:
parent
e402363576
commit
10a4dc656e
1 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ var Splash = injectIntl(React.createClass({
|
|||
] : []}
|
||||
<CNBanner />
|
||||
<div key="inner" className="inner">
|
||||
{this.props.session.user ? (
|
||||
{this.props.session.loaded ? (
|
||||
this.props.session.user ? [
|
||||
<div key="header" className="splash-header">
|
||||
{this.shouldShowWelcome() ? [
|
||||
|
@ -387,7 +387,7 @@ var Splash = injectIntl(React.createClass({
|
|||
</div>
|
||||
] : [
|
||||
<Intro projectCount={this.state.projectCount} messages={messages} key="intro"/>
|
||||
]) : ()
|
||||
]) : []
|
||||
}
|
||||
|
||||
{featured}
|
||||
|
|
Loading…
Reference in a new issue