diff --git a/AUTHORS.md b/AUTHORS.md index f4bf87d3..ff5b442f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -22,6 +22,7 @@ - Miroslav Mazel - - artchiee - - Tejas Bir Singh - +- Youssef Ahmed - - Abhishek Saini - - Hanaa Allohibi - - Shey Alnasrawi - diff --git a/lib/widgets/exercises/exercises.dart b/lib/widgets/exercises/exercises.dart index 60af3b76..25e58bf2 100644 --- a/lib/widgets/exercises/exercises.dart +++ b/lib/widgets/exercises/exercises.dart @@ -338,8 +338,7 @@ class MuscleWidget extends StatelessWidget { this.isFront = true, }) { this.muscles = muscles.where((m) => m.isFront == isFront).toList(); - this.musclesSecondary = - musclesSecondary.where((m) => m.isFront == isFront).toList(); + this.musclesSecondary = musclesSecondary.where((m) => m.isFront == isFront).toList(); } @override