parent
f7b381757b
commit
400f434c8c
@ -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