Merge pull request #496 from Safelite/feature/SSR-779

change to pre-req
This commit is contained in:
katiekroell 2023-11-03 13:53:41 -04:00 committed by GitHub
commit eaa751f61b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,7 +338,7 @@ export default {
},
methods: {
arePagePrerequisitesValid() {
return !!useMainStore().vehicle.vin;
return !!useMainStore().vehicle.carId;
},
async initializeComponent() {
if (this.policyLookupSuccessful