CSR-945 CSR-946

prettier
This commit is contained in:
CarlNation 2023-03-02 09:46:53 -05:00
parent 9ec12c81bd
commit a29fb2b2a4

View file

@ -274,7 +274,8 @@ async function navigate(
const hasZip = lowerCaseParams.has(queryStrings.ZIP_CODE);
const zip = lowerCaseParams.get(queryStrings.ZIP_CODE);
if (hasZip &&
if (
hasZip &&
(store.getters.order.serviceLocation.zipCode === undefined ||
store.getters.order.serviceLocation.zipCode == null) &&
(store.getters.order.vehicle.registration.zipCode === undefined ||