mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove unnecessary comment
This commit is contained in:
@@ -442,7 +442,6 @@ class _SetFormWidgetState extends State<SetFormWidget> {
|
||||
);
|
||||
},
|
||||
transitionBuilder: (context, suggestionsBox, controller) {
|
||||
// TODO: Return suggestion box w/ button
|
||||
return suggestionsBox;
|
||||
},
|
||||
onSuggestionSelected: (ExerciseBase exerciseSuggestion) {
|
||||
|
||||
Reference in New Issue
Block a user