getter
This commit is contained in:
parent
d361a161bb
commit
f0e156427b
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ export default {
|
|||
return !isEnabled || this.isUnverified;
|
||||
},
|
||||
isUnverified() {
|
||||
return !useMainStore().isNoComp && !useMainStore().policy.isITAC
|
||||
return !useMainStore().isNoComp && !useMainStore().isITAC
|
||||
&& (useMainStore().order.currentDeductible == null || !useMainStore().isVerifiedCoverageStatus);
|
||||
},
|
||||
paymentMethod() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue