mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-19 07:50:52 +01:00
Remove (wrong) header, content is clear
This commit is contained in:
@@ -247,12 +247,7 @@ class NutritionalDiaryDetailWidget extends StatelessWidget {
|
||||
child: NutritionalPlanPieChartWidget(valuesDate),
|
||||
),
|
||||
getTable(valuesTotal, valuesDate, context),
|
||||
SizedBox(height: 10),
|
||||
Text(
|
||||
AppLocalizations.of(context).labelWorkoutLogs,
|
||||
textAlign: TextAlign.center,
|
||||
style: Theme.of(context).textTheme.headline6,
|
||||
),
|
||||
SizedBox(height: 15),
|
||||
...getEntriesTable(logs, context),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user