commit
						cde8f9837d
					
				@ -272,9 +272,8 @@ export class MapContainer extends Component {
 | 
				
			|||||||
                    initialCenter={this.state.myLatLng}
 | 
					                    initialCenter={this.state.myLatLng}
 | 
				
			||||||
                    center={this.state.myLatLng}
 | 
					                    center={this.state.myLatLng}
 | 
				
			||||||
                    minZoom={6}
 | 
					                    minZoom={6}
 | 
				
			||||||
                    zoom={6}
 | 
					                    zoom={7}
 | 
				
			||||||
                    onClick={this.onMapClick}
 | 
					                    onClick={this.onMapClick}
 | 
				
			||||||
                    defaultZoom={15}
 | 
					 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
                    <Marker
 | 
					                    <Marker
 | 
				
			||||||
                        position={this.state.myLatLng}
 | 
					                        position={this.state.myLatLng}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user