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(
|
return this.getCmsContent(
|
||||||
this.widget.verifiedItacAlert,
|
this.widget.verifiedItacAlert,
|
||||||
widgetFields.ALERT_WIDGET.BODY_TEXT
|
widgetFields.ALERT_WIDGET.BODY_TEXT
|
||||||
)?.replaceAll('{custom:costSavings}', this.costSavings);
|
)?.replaceAll('{custom:costSavings}', this.itacCostSavingsForDisplay);
|
||||||
},
|
},
|
||||||
secondaryText() {
|
secondaryText() {
|
||||||
return this.getTextFromCmsWithCustomIfStatements(
|
return this.getTextFromCmsWithCustomIfStatements(
|
||||||
this.widget.subheader,
|
this.widget.subheader,
|
||||||
widgetFields.CONTENT_GROUP_WIDGET.SECONDARY_TEXT
|
widgetFields.SUB_HEADER_WIDGET.SECONDARY_TEXT
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
explanatoryText() {
|
explanatoryText() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue