diff --git a/src/layouts/address-lookup/address-lookup.vue b/src/layouts/address-lookup/address-lookup.vue index 887b2db8e..c33ef68e5 100644 --- a/src/layouts/address-lookup/address-lookup.vue +++ b/src/layouts/address-lookup/address-lookup.vue @@ -301,7 +301,7 @@ export default { return this.$refs.navbar.removeLoader(); } this.displayInvalidZipAlert = false; - if (this.isHeavyTruck && this.serviceZipCode != null) { + if (this.serviceZipCode != null && this.isHeavyTruck) { const closestShops = await this.findClosestApplicableShops( this.serviceZipCode, this.carId