From a512e45d9b8da509b56299828119a934490fb9f4 Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 16 May 2022 13:49:04 -0400 Subject: [PATCH] CSR-572 fix display of improper alert based on correct/incorrect vin match to vehicle. --- src/layouts/vin-lookup/vin-lookup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index cc7bd3c16..1b1452fd5 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -77,7 +77,7 @@ :manualHeadline="MatchedDifferentVehicleAlertHeader" :manualCopy="MatchedDifferentVehicleAlertBody" v-model="customAlertData" - v-if="isCarIdDifferent && !vinNotFound" + v-if="isCarIdDifferent && !vinNotFound && !perfectMatchNewVinAlert" alertClass="alert-warning" />