Formatting
This commit is contained in:
parent
339a2343de
commit
8a2c087e6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue