Line spacing

This commit is contained in:
Leah Schumann 2023-10-18 09:12:46 -04:00
parent e297bfdc1a
commit df554cfae5

View file

@ -91,6 +91,7 @@ export default {
answer.SubText = "+$" + this.wipersPrice;
answers.push(answer);
}
if (this.showAddRainDefense) {
const answer = getAnswer("RainDefenseModal", this.answersCmsData);
answer.SubText = "+$" + this.rainDefensePrice;