Remove comment
This commit is contained in:
parent
3a70880471
commit
df94c4dda1
1 changed files with 0 additions and 2 deletions
|
|
@ -217,8 +217,6 @@ export default {
|
||||||
return this.getHeaderTextFromCms('NextStepsWidget');
|
return this.getHeaderTextFromCms('NextStepsWidget');
|
||||||
},
|
},
|
||||||
nextStepsBody() {
|
nextStepsBody() {
|
||||||
console.log('next steps body');
|
|
||||||
|
|
||||||
return this.getBodyTextFromCms('NextStepsWidget')?.replaceAll('{custom:damage}', this.damageText);
|
return this.getBodyTextFromCms('NextStepsWidget')?.replaceAll('{custom:damage}', this.damageText);
|
||||||
},
|
},
|
||||||
continueWithSchedulingBodyText() {
|
continueWithSchedulingBodyText() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue