INSR-9940: Remove unused variables
This commit is contained in:
parent
cf693023d7
commit
eeff370d42
1 changed files with 0 additions and 2 deletions
|
|
@ -244,7 +244,6 @@ export default {
|
||||||
},
|
},
|
||||||
// TODO fix rounding
|
// TODO fix rounding
|
||||||
subTotal() {
|
subTotal() {
|
||||||
const subtotal = getSubtotal(this.cartOrder);
|
|
||||||
return getSubtotal(this.cartOrder);
|
return getSubtotal(this.cartOrder);
|
||||||
},
|
},
|
||||||
salesTax() {
|
salesTax() {
|
||||||
|
|
@ -273,7 +272,6 @@ export default {
|
||||||
cartItems() {
|
cartItems() {
|
||||||
const items = [];
|
const items = [];
|
||||||
const isRecycleFeeHidden = this.getSettingValue(experimentSettings.ISS_FEATURE_TOGGLE_IS_RECYCLE_FEE_HIDDEN) === 'true';
|
const isRecycleFeeHidden = this.getSettingValue(experimentSettings.ISS_FEATURE_TOGGLE_IS_RECYCLE_FEE_HIDDEN) === 'true';
|
||||||
const isMobileFeeHidden = this.getSettingValue(experimentSettings.ISS_FEATURE_TOGGLE_IS_MOBILE_FEE_HIDDEN) === 'true';
|
|
||||||
if (this.isITAC || this.isNoComp) {
|
if (this.isITAC || this.isNoComp) {
|
||||||
items.push(this.warrantyCartItem);
|
items.push(this.warrantyCartItem);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue