diff --git a/src/app/pages/location-search/location-search.page.html b/src/app/pages/location-search/location-search.page.html index fe53d23..d5ba5ac 100644 --- a/src/app/pages/location-search/location-search.page.html +++ b/src/app/pages/location-search/location-search.page.html @@ -30,18 +30,9 @@ - - - - {{'SEARCH' | translate }} - - - - - {{radius}} {{'MEETINGS_NEAREST' | translate}}  "{{ currentAddress }}" @@ -49,10 +40,6 @@ - - - - 5 {{'MEETINGS' | translate}} 50 {{'MEETINGS' | translate}} diff --git a/src/app/pages/location-search/location-search.page.ts b/src/app/pages/location-search/location-search.page.ts index ee0faed..d49ddb8 100644 --- a/src/app/pages/location-search/location-search.page.ts +++ b/src/app/pages/location-search/location-search.page.ts @@ -54,7 +54,7 @@ export class LocationSearchPage { this.storage.get('savedAddress').then(value => { if (value) { this.currentAddress = value; - this.getAllMeetingsAfterLocate(); + this.locatePhone(); } else { this.locatePhone(); }