CASH-353 - Resolving conflicts

This commit is contained in:
Minojhini Valaiyapathi 2025-04-10 11:40:59 -04:00
parent 99d223b287
commit c68dac5982

View file

@ -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