Merge pull request #2111 from Safelite/feature/CSR-2320
CSR-2320 | Vehicle page is not locked when changing vehicle
This commit is contained in:
commit
4529b8eb12
1 changed files with 2 additions and 1 deletions
|
|
@ -398,7 +398,8 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
isDisabled(options) {
|
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;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue