Update index.js
This commit is contained in:
parent
f8b49e1713
commit
595b936f1f
1 changed files with 0 additions and 4 deletions
|
|
@ -1880,10 +1880,6 @@ export const actions = {
|
|||
);
|
||||
context.commit(storeMutations.UPDATE_GLASS_TO_REPLACE, selectedGlassToReplace);
|
||||
}
|
||||
const updateVaps = !isGlassToReplaceTheSame && isWindshieldRepairTheSame;
|
||||
if (updateVaps) {
|
||||
context.commit(storeMutations.UPDATE_VAPS, null);
|
||||
}
|
||||
},
|
||||
|
||||
// Vin lookup
|
||||
|
|
|
|||
Loading…
Reference in a new issue