Merge branch 'release/2025.09.04' into nation/cleanWS

This commit is contained in:
CarlNation 2025-08-20 10:52:36 -04:00 committed by GitHub
commit 1f23e19cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}