fix(fitness): include today in exercise kcal projection
CI / update (push) Successful in 3m41s

The projection gate required the date to be strictly after today,
so the current day never showed a projected burn even before any
workout had been logged. Loosened to >= today and removed a
now-duplicate isTodayOrFuture/today declaration introduced by the
earlier round-off flicker fix.
This commit is contained in:
2026-04-21 12:59:31 +02:00
parent 5b7f23b8be
commit 8dbd793acd
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.41.0",
"version": "1.41.1",
"private": true,
"type": "module",
"scripts": {