From e31ad24a6e9f2e53b84b6f441bb64b0f3d6847a5 Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 16 May 2022 10:59:18 -0400 Subject: [PATCH] CSR-572 fix so proper alert shows based on VIN. --- src/layouts/vin-lookup/vin-lookup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index aeb9e5d8e..cc7bd3c16 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" + v-if="isCarIdDifferent && !vinNotFound" alertClass="alert-warning" />