Merge branch 'release/2025.09.04' into nation/cleanWS
This commit is contained in:
commit
1f23e19cf9
1 changed files with 7 additions and 7 deletions
|
|
@ -295,14 +295,14 @@ export default {
|
|||
this.displayNoServiceAlert = true;
|
||||
return null;
|
||||
}
|
||||
|
||||
getShopProviderData(this.localZipCode).then(async (result) => {
|
||||
this.localShopProviderData = result.data;
|
||||
this.numberOfShopsToDisplay = 3;
|
||||
this.updateShopsForZip();
|
||||
this.isLoading = false;
|
||||
});
|
||||
}
|
||||
|
||||
getShopProviderData(this.localZipCode).then(async (result) => {
|
||||
this.localShopProviderData = result.data;
|
||||
this.numberOfShopsToDisplay = 3;
|
||||
this.updateShopsForZip();
|
||||
this.isLoading = false;
|
||||
});
|
||||
} else {
|
||||
this.isLoading = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue