Alert tweak to be less hacky

This commit is contained in:
Chloe Herd 2023-03-15 11:49:06 -04:00
parent 64375f2397
commit 1e101eeaaf

View file

@ -28,8 +28,7 @@
<div class="row">
<div class="col">
<alert
:manualHeadline="AlertVinScanFailedHeader"
:manualCopy="AlertVinScanFailedBody"
cmsWidgetName="AlertVinScanFailed"
v-if="displayVinScanFailedAlert"
alertClass="alert-danger" />
</div>
@ -448,12 +447,6 @@ export default {
getIsWindshieldOnly()
);
},
AlertVinScanFailedHeader() {
return this.getCmsContent("AlertVinScanFailed", "HeadlineText");
},
AlertVinScanFailedBody() {
return this.getCmsContent("AlertVinScanFailed", "BodyText");
},
isInsuranceVerified() {
return (
store.getters.payment.insuranceCoverage.isVerified ||