Update misleading comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
AHumphriesSL 2026-02-16 10:17:06 -05:00 committed by GitHub
parent d3f0598bc5
commit b6b5212638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {