fixed the backend.

This commit is contained in:
Arctichawk1 2021-03-31 15:47:44 -04:00
parent ef749135e5
commit 6109216ec7

View file

@ -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%` }} />}