Alert tweak to be less hacky
This commit is contained in:
parent
64375f2397
commit
1e101eeaaf
1 changed files with 1 additions and 8 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue