fix: pre-workout group not showing up

This commit is contained in:
2025-12-15 05:17:05 -03:00
parent a3b1747bda
commit 1ca0706923
+1
View File
@@ -1242,6 +1242,7 @@ function groupFoodEntriesByMeal(entries: FoodStorage[]): MealGroup[] {
// Return only groups that have entries, in chronological order
const orderedPeriods: MealPeriod[] = [
'pre-workout',
'breakfast', 'second-breakfast', 'lunch', 'snacks', 'dinner', 'night-snacks'
];