CSR-945 CSR-946
prettier
This commit is contained in:
parent
9ec12c81bd
commit
a29fb2b2a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue