CSR-2098 prettier

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

View file

@ -152,8 +152,12 @@ export default {
if (lineItems.promos) {
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;
}