Skip to content

Commit

Permalink
fix add fifth course to group filter
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Aug 30, 2024
1 parent 6dea271 commit 0d9f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feature/select/widget/select_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class _SelectPageState extends State<SelectPage> {
barrierColor: Colors.transparent,
builder: (context) {
return const SelectCoursePage(
courses: [1, 2, 3, 4],
courses: [1, 2, 3, 4, 5],
);
},
);
Expand Down

0 comments on commit 0d9f206

Please sign in to comment.