CSR-572 fix display of improper alert based on correct/incorrect vin match to vehicle.

This commit is contained in:
bmauger 2022-05-16 13:49:04 -04:00
parent 8a6790cd87
commit a512e45d9b

View file

@ -77,7 +77,7 @@
:manualHeadline="MatchedDifferentVehicleAlertHeader"
:manualCopy="MatchedDifferentVehicleAlertBody"
v-model="customAlertData"
v-if="isCarIdDifferent && !vinNotFound"
v-if="isCarIdDifferent && !vinNotFound && !perfectMatchNewVinAlert"
alertClass="alert-warning"
/>
<alert
@ -100,7 +100,7 @@
:manualHeadline="PerfectMatchNewVinAlertHeader"
:manualCopy="PerfectMatchNewVinAlertBody"
v-model="customAlertData"
v-if="perfectMatchNewVinAlert && !noServiceZip && meta.valid"
v-if="perfectMatchNewVinAlert && !noServiceZip && !vinNotFound && meta.valid"
alertClass="alert-success"
/>
<funnelFooter