Skip to content

Commit

Permalink
Comment demos
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Aug 13, 2018
1 parent c2fe120 commit bf1a2c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demos/react/geo/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ class App extends Component {
<div className="right-panel">
<div id="map">
{/* Uncomment the following widget to add a map */}
<div style={{ height: '100%' }}>
{/* <div style={{ height: '100%' }}>
<GoogleMapsLoader apiKey="AIzaSyBnDR4e5_qobPG6Vn_zjhc1vyOIooChZt8">
{google => <Geo google={google} />}
</GoogleMapsLoader>
</div>
</div> */}
{/* <GoogleMaps /> */}
</div>
<div id="searchbox">
{/* Uncomment the following widget to add a search bar */}
<SearchBox
{/* <SearchBox
translations={{
placeholder: 'Search airports by name, city, airport code'
}}
/>
/> */}
</div>
<div id="stats">
{/* Uncomment the following widget to add search stats */}
<Stats />
{/* <Stats /> */}
</div>
</div>
<div className="left-panel">
<div id="hits">
{/* Uncomment the following widget to add hits list */}
<Content />
{/* <Content /> */}
</div>
</div>
</main>
Expand Down

0 comments on commit bf1a2c0

Please sign in to comment.