Undo local fix

This commit is contained in:
Chloe Herd 2023-10-17 11:43:57 -04:00
parent 1e9d3f7a4d
commit db846e974c

View file

@ -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;