Merge pull request #496 from Safelite/feature/SSR-779
change to pre-req
This commit is contained in:
commit
eaa751f61b
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() {
|
||||
return !!useMainStore().vehicle.vin;
|
||||
return !!useMainStore().vehicle.carId;
|
||||
},
|
||||
async initializeComponent() {
|
||||
if (this.policyLookupSuccessful
|
||||
|
|
|
|||
Loading…
Reference in a new issue