prevent null deductible from displaying
This commit is contained in:
parent
e1a99064c3
commit
bd9022177c
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ export default {
|
|||
},
|
||||
verifiedDeductible() {
|
||||
return useMainStore().isClaimRegistrationRequired
|
||||
? this.registerClaimSuccessful && this.coveredAndServicePriceAboveOrEqualDeductible
|
||||
? this.registerClaimSuccessful && this.coveredAndServicePriceAboveOrEqualDeductible && this.vehicleDeductible !== null
|
||||
: this.policyLookupSuccessful && this.coveredAndServicePriceAboveOrEqualDeductible;
|
||||
},
|
||||
unverified() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue