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