CSR-2320 | Vehicle page is not locked when changing vehicle
This fix is specific to endorsement policies ("was it on school propety?")
This commit is contained in:
parent
08f0448d96
commit
1798a4c16d
1 changed files with 2 additions and 1 deletions
|
|
@ -398,7 +398,8 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
isDisabled(options) {
|
||||
if (!options.length || store.getters.payment?.insuranceCoverage?.isVerified) {
|
||||
if (!options.length || store.getters.payment?.insuranceCoverage?.isVerified || (store.getters.order.payment?.isInsurance &&
|
||||
getFunnelCookie().HasDelayedClaimRegistration)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue