Fixed some calculation issues 2
This commit is contained in:
parent
738ffbe843
commit
3471b6e514
1 changed files with 0 additions and 2 deletions
|
|
@ -176,8 +176,6 @@ export default {
|
||||||
return vapsTypeName.Text;
|
return vapsTypeName.Text;
|
||||||
},
|
},
|
||||||
removeItem(cartItemType, category) {
|
removeItem(cartItemType, category) {
|
||||||
console.log("removeItem")
|
|
||||||
console.log(`cartItemType: ${cartItemType}, category: ${category}`)
|
|
||||||
this.lineItems[category] = this.lineItems[category].filter(
|
this.lineItems[category] = this.lineItems[category].filter(
|
||||||
(lineItemsToKeep) => lineItemsToKeep.cartItemType != cartItemType
|
(lineItemsToKeep) => lineItemsToKeep.cartItemType != cartItemType
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue