diff --git a/src/app.js b/src/app.js index f2f7701..ae484e2 100644 --- a/src/app.js +++ b/src/app.js @@ -139,7 +139,7 @@ function updateStats(breaths) { daysCount += 1; } breathMonth.value = totalBreathInMonth; - breathAverage.value = Math.round(totalBreathInMonth / daysCount); + breathAverage.value = Math.ceil(totalBreathInMonth / daysCount); } /* Внешний HTML Tooltip | Потом изменить */