Merge pull request #1649 from Safelite/feature/CSR-1826
Update index.js
This commit is contained in:
commit
9d36f542b2
1 changed files with 0 additions and 4 deletions
|
|
@ -1880,10 +1880,6 @@ export const actions = {
|
||||||
);
|
);
|
||||||
context.commit(storeMutations.UPDATE_GLASS_TO_REPLACE, selectedGlassToReplace);
|
context.commit(storeMutations.UPDATE_GLASS_TO_REPLACE, selectedGlassToReplace);
|
||||||
}
|
}
|
||||||
const updateVaps = !isGlassToReplaceTheSame && isWindshieldRepairTheSame;
|
|
||||||
if (updateVaps) {
|
|
||||||
context.commit(storeMutations.UPDATE_VAPS, null);
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Vin lookup
|
// Vin lookup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue