formatting
This commit is contained in:
parent
c37487042e
commit
cfeed1ff28
1 changed files with 2 additions and 4 deletions
|
|
@ -140,8 +140,7 @@ export default {
|
|||
},
|
||||
|
||||
async setZipCode() {
|
||||
if (this.internalModel.zipCode !== this.modelValue.zipCode)
|
||||
{
|
||||
if (this.internalModel.zipCode !== this.modelValue.zipCode) {
|
||||
this.resetAlerts();
|
||||
|
||||
const zipCodeData = await this.getZipCodeData(this.internalModel.zipCode);
|
||||
|
|
@ -166,8 +165,7 @@ export default {
|
|||
|
||||
this.closeModal();
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
this.closeModal();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue