Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop
This commit is contained in:
commit
5e08c29598
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user