We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2c5b8 commit 7fe9b64Copy full SHA for 7fe9b64
lib/widgets/workouts/forms.dart
@@ -442,7 +442,6 @@ class _SetFormWidgetState extends State<SetFormWidget> {
442
);
443
},
444
transitionBuilder: (context, suggestionsBox, controller) {
445
- // TODO: Return suggestion box w/ button
446
return suggestionsBox;
447
448
onSuggestionSelected: (ExerciseBase exerciseSuggestion) {
0 commit comments