Merge remote-tracking branch 'origin/release/2025.09.04' into feature/CASH-1423

This commit is contained in:
Scott Kiener 2025-08-20 10:53:15 -04:00
commit fad3ecb5f3

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