From c68dac598273d254f2da1f9544f22c0d758d3640 Mon Sep 17 00:00:00 2001 From: Minojhini Valaiyapathi Date: Thu, 10 Apr 2025 11:40:59 -0400 Subject: [PATCH] CASH-353 - Resolving conflicts --- src/layouts/address-lookup/address-lookup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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