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 (