CSR-2098 prettier

This commit is contained in:
CarlNation 2024-05-20 09:43:11 -04:00
parent e03dfd65cc
commit 67610544e0

View file

@ -153,7 +153,11 @@ export default {
amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.promos, true); amountDue += this.getTotalPriceOfAllLineItemsAndChildParts(lineItems.promos, true);
} }
if (store.getters.payment.insuranceCoverage.isVerified && !store.getters.policy.isNoComp && !store.getters.policy.isItac) { if (
store.getters.payment.insuranceCoverage.isVerified &&
!store.getters.policy.isNoComp &&
!store.getters.policy.isItac
) {
amountDue += store.getters.policy.currentDeductible; amountDue += store.getters.policy.currentDeductible;
} }