Merge pull request #448 from Safelite/CSR-572-QA-fix

CSR-572 fix so proper alert shows based on VIN.
This commit is contained in:
bmauger 2022-05-16 12:38:02 -04:00 committed by GitHub
commit 712ababc01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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