commit
da913f0c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If vin already exists, navigate directly to vin-lookup
|
// 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.$router.navigateWithSaving(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_WITH_VIN,
|
this.navigationScenarios.CLICKED_FORWARD_WITH_VIN,
|
||||||
this.$route
|
this.$route
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue