Merge pull request #1263 from Safelite/feature/CSR-1573

CSR-1573
This commit is contained in:
CarlNation 2023-07-24 10:10:47 -04:00 committed by GitHub
commit da913f0c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,7 +360,7 @@ export default {
}
}
// If vin already exists, navigate directly to vin-lookup
else if (store.getters.vehicle.vin) {
else if (store.getters.vehicle.vin && store.getters.vehicle.vin.length === 17) {
this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_FORWARD_WITH_VIN,
this.$route