fix(fitness): only show projected kcal on future days in nutrition

Past and today return projectedExercise=null, so the estimate no longer
appears on days where the user could have just skipped a workout. Also
skips the WorkoutSchedule lookup when not needed.
This commit is contained in:
2026-04-21 07:45:12 +02:00
parent 9093e0fe51
commit 53f803c04c
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.37.3",
"version": "1.37.4",
"private": true,
"type": "module",
"scripts": {