Fixing bugs
This commit is contained in:
parent
be022b8feb
commit
3a328bafbf
1 changed files with 2 additions and 2 deletions
|
|
@ -258,12 +258,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