Formatting

This commit is contained in:
Scott Kiener 2025-07-18 12:25:48 -04:00
parent 339a2343de
commit 8a2c087e6c

View file

@ -260,8 +260,8 @@ export default {
event.preventDefault(); event.preventDefault();
if (!this.localZipCode) { if (!this.localZipCode) {
this.zipCodeData = { this.zipCodeData = {
isValid: false isValid: false,
} };
return; return;
} }
this.isLoading = true; this.isLoading = true;