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();
|
||||
if (!this.localZipCode) {
|
||||
this.zipCodeData = {
|
||||
isValid: false
|
||||
}
|
||||
isValid: false,
|
||||
};
|
||||
return;
|
||||
}
|
||||
this.isLoading = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue