From 400f434c8c16379dd1fcac304cb2d54f4f28166d Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Wed, 3 Jul 2019 19:10:12 -0400 Subject: [PATCH] Removed introduction from showing fixes #13 --- app/javascript/gabsocial/containers/gabsocial.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/javascript/gabsocial/containers/gabsocial.js b/app/javascript/gabsocial/containers/gabsocial.js index 16cb53ab..2e63c305 100644 --- a/app/javascript/gabsocial/containers/gabsocial.js +++ b/app/javascript/gabsocial/containers/gabsocial.js @@ -44,11 +44,12 @@ class GabSocialMount extends React.PureComponent { }; render () { - const { showIntroduction } = this.props; - - if (showIntroduction) { - return ; - } + // Disabling introduction for launch + // const { showIntroduction } = this.props; + // + // if (showIntroduction) { + // return ; + // } return (