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