CASH-353 - Resolving conflicts
This commit is contained in:
parent
99d223b287
commit
c68dac5982
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ export default {
|
||||||
return this.$refs.navbar.removeLoader();
|
return this.$refs.navbar.removeLoader();
|
||||||
}
|
}
|
||||||
this.displayInvalidZipAlert = false;
|
this.displayInvalidZipAlert = false;
|
||||||
if (this.isHeavyTruck && this.serviceZipCode != null) {
|
if (this.serviceZipCode != null && this.isHeavyTruck) {
|
||||||
const closestShops = await this.findClosestApplicableShops(
|
const closestShops = await this.findClosestApplicableShops(
|
||||||
this.serviceZipCode,
|
this.serviceZipCode,
|
||||||
this.carId
|
this.carId
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue