CSR-731 | Update glassLocation variable name after dev merge
This commit is contained in:
parent
cd192f0ad2
commit
19dc1e9937
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export default {
|
|||
},
|
||||
glassToReplaceContainsGlassLocation(glassLocation) {
|
||||
const glassLocationMatches = this.$store.getters.order.damage.glassToReplace.filter(
|
||||
(glassToReplace) => glassToReplace.location === glassLocation
|
||||
(glassToReplace) => glassToReplace.glassLocation === glassLocation
|
||||
);
|
||||
return !!glassLocationMatches.length;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue