change to no comp variable
This commit is contained in:
parent
749c8d354e
commit
9a578be0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ export default {
|
|||
},
|
||||
verifiedNoComp() {
|
||||
if (this.coverageVerified) {
|
||||
return store.order.policy.noCompensation;
|
||||
return store.order.policy.noCoverage;
|
||||
}
|
||||
},
|
||||
verifiedITAC() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue