mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Show last nutrition diary entries first
This commit is contained in:
@@ -152,7 +152,8 @@ class NutritionalPlanDetailWidget extends StatelessWidget {
|
||||
),
|
||||
..._nutritionalPlan.logEntriesValues.entries
|
||||
.map((entry) => NutritionDiaryEntry(entry.key, entry.value))
|
||||
.toList(),
|
||||
.toList()
|
||||
.reversed,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user