Merge pull request #1632 from Safelite/feature/CSR-1880-bugfix-ajc
CSR-1880: fix for blocking script error
This commit is contained in:
commit
b9ecbe9115
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ export default {
|
|||
const revalidateResponseHasFrontWiperLineItems =
|
||||
revalidatePromoResponse.promoLineItems.find(
|
||||
(lineItem) => lineItem.partType == partTypeStrings.FRONT_WIPER
|
||||
).length > 0;
|
||||
)?.length > 0;
|
||||
|
||||
if (revalidateResponseHasFrontWiperLineItems) {
|
||||
const frontWiperLineItemsInStore = this.lineItems.vaps.find(
|
||||
|
|
|
|||
Loading…
Reference in a new issue