Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop

This commit is contained in:
robcolbert 2019-07-03 19:31:17 -04:00
commit 5e08c29598

View File

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