fixed the backend.
This commit is contained in:
parent
ef749135e5
commit
6109216ec7
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class ListingsPage extends Component {
|
||||||
<div style={{ width: "100vm", height: "800px" }}>
|
<div style={{ width: "100vm", height: "800px" }}>
|
||||||
<MapWrapped
|
<MapWrapped
|
||||||
googleMapURL={`https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry,drawing,places&key=
|
googleMapURL={`https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry,drawing,places&key=
|
||||||
AIzaSyDD2ndQ18tRLgWUwGw18MHAgrfinSMWBYw`}
|
AIzaSyC5TiZoTEwEcB_HUZRhe_rXrcSWW1Z5x8I`}
|
||||||
loadingElement={<div style={{ height: `100%` }} />}
|
loadingElement={<div style={{ height: `100%` }} />}
|
||||||
containerElement={<div style={{ height: `100%` }} />}
|
containerElement={<div style={{ height: `100%` }} />}
|
||||||
mapElement={<div style={{ height: `100%` }} />}
|
mapElement={<div style={{ height: `100%` }} />}
|
||||||
|
|
Loading…
Reference in a new issue