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) {
|
if (this.showAddRainDefense) {
|
||||||
const answer = getAnswer("ADD RAIN DEFENSE", this.answersCmsData);
|
const answer = getAnswer("ADD RAIN DEFENSE", this.answersCmsData);
|
||||||
//answer.SubText = "+$" + this.rainDefensePrice;
|
answer.SubText = "+$" + this.rainDefensePrice;
|
||||||
//answers.push(answer);
|
answers.push(answer);
|
||||||
}
|
}
|
||||||
|
|
||||||
return answers;
|
return answers;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue