Update misleading comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d3f0598bc5
commit
b6b5212638
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ export default {
|
|||
this.$route
|
||||
);
|
||||
} else if (this.mainStore.order.vehicle.vin || !this.isWindshieldReplace) {
|
||||
// If vin already exists, navigate directly to vin-lookup
|
||||
// If vin already exists or not replacing windshield, get parts/questions and navigate forward
|
||||
|
||||
const partsOrQuestionsResponse = await this.getPartsOrQuestions();
|
||||
if (partsOrQuestionsResponse.error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue