Commit 399d91fe authored by Ray Schamp's avatar Ray Schamp

Use shouldShowWelcome method to show welcome panel

Fixes GH-153. Again...
parent b7f795f2
......@@ -308,7 +308,7 @@ var Splash = injectIntl(React.createClass({
<div key="inner" className="inner">
{this.state.session.user ? [
<div key="header" className="splash-header">
{this.state.session.flags.show_welcome ? [
{this.shouldShowWelcome() ? [
<Welcome key="welcome" onDismiss={this.handleDismiss.bind(this, 'welcome')}/>
] : [
<Activity key="activity" items={this.state.activity} />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment