Commit 1a52bbd3 authored by Alish's avatar Alish
Browse files

fix: small fix #1022

parent e5c72183
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -473,6 +473,8 @@ export class ByLocationPage implements OnInit, OnDestroy {

						const loc = place.geometry.location;
						resolve({ lat: loc.lat(), lng: loc.lng() });
					} else {
						resolve(null);
					}
				}
			);