CSR-2099: remove accidental change
This commit is contained in:
parent
c798b69bda
commit
c3021ff42f
1 changed files with 0 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue