CASH-484: prettier changes
This commit is contained in:
parent
9083ffbaed
commit
f71de530af
1 changed files with 4 additions and 3 deletions
|
|
@ -648,7 +648,8 @@ export default {
|
||||||
supportingItems.push(this.pricingByDayUpchargeLineItem);
|
supportingItems.push(this.pricingByDayUpchargeLineItem);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (pricingByDayUpchargeFeeIndex >= 0) { // remove pricing by day upcharge if it already was in store
|
if (pricingByDayUpchargeFeeIndex >= 0) {
|
||||||
|
// remove pricing by day upcharge if it already was in store
|
||||||
supportingItems.splice(pricingByDayUpchargeFeeIndex, 1);
|
supportingItems.splice(pricingByDayUpchargeFeeIndex, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue