diff --git a/index.html b/index.html index 98f4962..c2e12ae 100644 --- a/index.html +++ b/index.html @@ -1919,9 +1919,9 @@ ${numPeople > 0 ? ` $${s.yourCost.toLocaleString()} $${s.yourCost.toLocaleString()} ~${s.time} months - $${Math.round(s.yr1 * adj * numPeople).toLocaleString()} - $${Math.round(s.totalEG * adj * numPeople).toLocaleString()} - $${Math.round(s.monthly * adj * numPeople).toLocaleString()}/mo + $${Math.round(s.yr1 * adj * actualPeople).toLocaleString()} + $${Math.round(s.totalEG * adj * actualPeople).toLocaleString()} + $${Math.round(s.monthly * adj * actualPeople).toLocaleString()}/mo `; } document.getElementById('comparisonBody').innerHTML = cRows;