CSR-2099: remove accidental change

This commit is contained in:
Adam Caouette 2024-05-24 09:30:22 -04:00
parent c798b69bda
commit c3021ff42f

View file

@ -297,9 +297,6 @@ export default {
showCoverageAsVerified() {
return this.showInsuranceCoverageAs === coverageStatus.VERIFIED;
},
showCoverageAsNoCompOrItac() {
return this.showInsuranceCoverageAs === coverageStatus.NOCOMP;
},
currentDeductible() {
const deductible = this.insuranceDeductible;
if (!(deductible === 0 || deductible > 0)) {