prettier
This commit is contained in:
parent
5960930b23
commit
9a8dafa490
1 changed files with 4 additions and 3 deletions
|
|
@ -1007,9 +1007,10 @@ export default {
|
||||||
return this.getCmsContent("RecycleTextBlock", "Text");
|
return this.getCmsContent("RecycleTextBlock", "Text");
|
||||||
},
|
},
|
||||||
msrToolTipBodyText() {
|
msrToolTipBodyText() {
|
||||||
let cmsContentText = this.isInsurance && !this.isItac && !this.isNoComp
|
let cmsContentText =
|
||||||
? this.getCmsContent("MSRModal", "BodyText")
|
this.isInsurance && !this.isItac && !this.isNoComp
|
||||||
: this.getCmsContent("MSRModal", "BodyText2");
|
? this.getCmsContent("MSRModal", "BodyText")
|
||||||
|
: this.getCmsContent("MSRModal", "BodyText2");
|
||||||
if (this.isInsurance && cmsContentText) {
|
if (this.isInsurance && cmsContentText) {
|
||||||
cmsContentText = cmsContentText.replaceAll(
|
cmsContentText = cmsContentText.replaceAll(
|
||||||
"{custom:mobileFee}",
|
"{custom:mobileFee}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue