Added to AUTHORS.md

This commit is contained in:
thisisyoussef
2025-03-26 20:57:17 +01:00
committed by Roland Geider
parent 3312da1f61
commit b1328fa048
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
- Miroslav Mazel - <https://gitlab.com/12people>
- artchiee - <https://github.com/artchiee>
- Tejas Bir Singh - <https://github.com/tejasbirsingh>
- Youssef Ahmed - <https://github.com/thisisyoussef>
- Abhishek Saini - <https://github.com/Abhisheksainii>
- Hanaa Allohibi - <https://github.com/hn-n>
- Shey Alnasrawi - <https://github.com/Milksheyke>

View File

@@ -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