CSR-572 fix so proper alert shows based on VIN.

This commit is contained in:
bmauger 2022-05-16 10:59:18 -04:00
parent fe63650872
commit e31ad24a6e

View file

@ -77,7 +77,7 @@
:manualHeadline="MatchedDifferentVehicleAlertHeader"
:manualCopy="MatchedDifferentVehicleAlertBody"
v-model="customAlertData"
v-if="isCarIdDifferent"
v-if="isCarIdDifferent && !vinNotFound"
alertClass="alert-warning"
/>
<alert