reverting unnecessary move
This commit is contained in:
parent
0b8bdda34a
commit
7aebf244b7
1 changed files with 3 additions and 3 deletions
|
|
@ -189,13 +189,13 @@ export default {
|
|||
};
|
||||
},
|
||||
computed: {
|
||||
showDeductibleCartItem() {
|
||||
return !useMainStore().isNoComp && !useMainStore().isITAC;
|
||||
},
|
||||
deductible() {
|
||||
// Note: added as computed so it can be used in the template.
|
||||
return useMainStore().order.currentDeductible;
|
||||
},
|
||||
showDeductibleCartItem() {
|
||||
return !useMainStore().isNoComp && !useMainStore().isITAC;
|
||||
},
|
||||
recycleFeeLineItem() {
|
||||
return useMainStore().lineItems.supportingItems
|
||||
?.find((lineItem) => lineItem.partNumber === partNumberStrings.RECYCLE_FEE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue