Undo local fix
This commit is contained in:
parent
1e9d3f7a4d
commit
db846e974c
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ export default {
|
|||
}
|
||||
if (this.showAddRainDefense) {
|
||||
const answer = getAnswer("ADD RAIN DEFENSE", this.answersCmsData);
|
||||
//answer.SubText = "+$" + this.rainDefensePrice;
|
||||
//answers.push(answer);
|
||||
answer.SubText = "+$" + this.rainDefensePrice;
|
||||
answers.push(answer);
|
||||
}
|
||||
|
||||
return answers;
|
||||
|
|
|
|||
Loading…
Reference in a new issue