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();
if (!this.localZipCode) {
this.zipCodeData = {
isValid: false
}
isValid: false,
};
return;
}
this.isLoading = true;