Merge pull request #1210 from Safelite/feature/kroell/INSR-9538
INSR-9538: add Massachusetts steering language to coverage-statement
This commit is contained in:
commit
3fff8eea75
1 changed files with 7 additions and 0 deletions
|
|
@ -60,6 +60,10 @@
|
||||||
<div
|
<div
|
||||||
class="body-text"
|
class="body-text"
|
||||||
v-html="nextStepsBody"></div>
|
v-html="nextStepsBody"></div>
|
||||||
|
<textBlock
|
||||||
|
v-if="MAPolicy"
|
||||||
|
cmsWidgetName="MASteeringText">
|
||||||
|
</textBlock>
|
||||||
<div
|
<div
|
||||||
v-if="isNoCompQuoteVisible"
|
v-if="isNoCompQuoteVisible"
|
||||||
class="no-comp-price-text">
|
class="no-comp-price-text">
|
||||||
|
|
@ -357,6 +361,9 @@ export default {
|
||||||
return this.isITACQuoteVisible
|
return this.isITACQuoteVisible
|
||||||
|| this.isNoCompQuoteVisible
|
|| this.isNoCompQuoteVisible
|
||||||
|| (this.showDeductibleOnly && this.deductibleValue > 0);
|
|| (this.showDeductibleOnly && this.deductibleValue > 0);
|
||||||
|
},
|
||||||
|
MAPolicy() {
|
||||||
|
return useMainStore().customerData.addressQuestions.state === "MA";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue