Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Feb 18, 2021
1 parent 2b6cc50 commit 4976856
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/worldview/src/app/App.js
Expand Up @@ -28,7 +28,6 @@ import {theme} from 'kepler.gl/styles';
import {registerEntry} from 'kepler.gl/actions';
import {AUTH_TOKENS} from '../constants';

// import StageContainer from '../features/stage/stage-container';
import {Stage} from '../features/stage/Stage';

import {InjectKeplerUI} from '@hubble.gl/react';
Expand Down Expand Up @@ -84,6 +83,7 @@ const WindowSize = styled.div`
top: 0;
height: 100%;
width: 100%;
background-color: #0e0e10;
`;

class App extends Component {
Expand Down Expand Up @@ -179,8 +179,7 @@ class App extends Component {
<InjectKeplerUI keplerUI={KEPLER_UI}>
{this.props.hubbleGl.map.ready && (
<>
{/* <StageContainer /> */}
<div style={{height: 400}}>
<div style={{height: 400, margin: 16}}>
<Stage />
</div>
</>
Expand Down

0 comments on commit 4976856

Please sign in to comment.