add MA steering language to coverage-statement

This commit is contained in:
Katie Kroell 2026-05-04 19:31:25 -04:00
parent b1a8e23245
commit 04bae6464a

View file

@ -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: {