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,6 +295,7 @@ export default {
this.displayNoServiceAlert = true; this.displayNoServiceAlert = true;
return null; return null;
} }
}
getShopProviderData(this.localZipCode).then(async (result) => { getShopProviderData(this.localZipCode).then(async (result) => {
this.localShopProviderData = result.data; this.localShopProviderData = result.data;
@ -302,7 +303,6 @@ export default {
this.updateShopsForZip(); this.updateShopsForZip();
this.isLoading = false; this.isLoading = false;
}); });
}
} else { } else {
this.isLoading = false; this.isLoading = false;
} }