mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Remove icon from menu entry, not needed
This commit is contained in:
@@ -89,13 +89,7 @@ class _FilterRowState extends State<FilterRow> {
|
||||
itemBuilder: (context) {
|
||||
return [
|
||||
PopupMenuItem<ExerciseMoreOption>(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: const [
|
||||
Text('Add Exercise'),
|
||||
Icon(Icons.add),
|
||||
],
|
||||
),
|
||||
child: Text(AppLocalizations.of(context).addExercise),
|
||||
value: ExerciseMoreOption.ADD_EXERCISE,
|
||||
)
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user