Merge branch 'feature/digital/SSR-1135.4' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-1135
This commit is contained in:
commit
e23e75f146
1 changed files with 2 additions and 2 deletions
|
|
@ -259,12 +259,12 @@ export default {
|
|||
return this.getCmsContent(
|
||||
this.widget.verifiedItacAlert,
|
||||
widgetFields.ALERT_WIDGET.BODY_TEXT
|
||||
)?.replaceAll('{custom:costSavings}', this.costSavings);
|
||||
)?.replaceAll('{custom:costSavings}', this.itacCostSavingsForDisplay);
|
||||
},
|
||||
secondaryText() {
|
||||
return this.getTextFromCmsWithCustomIfStatements(
|
||||
this.widget.subheader,
|
||||
widgetFields.CONTENT_GROUP_WIDGET.SECONDARY_TEXT
|
||||
widgetFields.SUB_HEADER_WIDGET.SECONDARY_TEXT
|
||||
);
|
||||
},
|
||||
explanatoryText() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue