Removed introduction from showing

fixes #13
This commit is contained in:
mgabdev 2019-07-03 19:10:12 -04:00
parent f7b381757b
commit 400f434c8c

View File

@ -44,11 +44,12 @@ class GabSocialMount extends React.PureComponent {
};
render () {
const { showIntroduction } = this.props;
if (showIntroduction) {
return <Introduction />;
}
// Disabling introduction for launch
// const { showIntroduction } = this.props;
//
// if (showIntroduction) {
// return <Introduction />;
// }
return (
<BrowserRouter>