From 399d91fea5642e268255764cfab4e99d70a9a22b Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Sun, 25 Oct 2015 16:34:32 -0400 Subject: [PATCH] Use shouldShowWelcome method to show welcome panel Fixes GH-153. Again... --- src/views/splash/splash.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/splash.jsx b/src/views/splash/splash.jsx index b3d7cbb83..e7071a042 100644 --- a/src/views/splash/splash.jsx +++ b/src/views/splash/splash.jsx @@ -308,7 +308,7 @@ var Splash = injectIntl(React.createClass({
{this.state.session.user ? [
- {this.state.session.flags.show_welcome ? [ + {this.shouldShowWelcome() ? [ ] : [