parent
f7b381757b
commit
400f434c8c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user