From b6b5212638be0a438ad58dd87f05bf5e28494931 Mon Sep 17 00:00:00 2001 From: AHumphriesSL Date: Mon, 16 Feb 2026 10:17:06 -0500 Subject: [PATCH] Update misleading comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/layouts/vehicle-damage/vehicle-damage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 5fac4f61..b486f90e 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -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) {