Skip to content

Commit

Permalink
Fix dashboard homework card (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored May 11, 2024
1 parent 9f4250d commit 34c9cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/dashboard/sections/homework_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _HomeworkSection extends StatelessWidget {
child: SharezoneAnimatedStreamList<HomeworkView>(
listStream: bloc.urgentHomeworks,
isListEmptyStream: bloc.urgentHomeworksEmpty,
height: 115,
height: 120,
padding: const EdgeInsets.only(right: 12),
emptyListWidget: _NoUrgentHomeworks(),
scrollDirection: Axis.horizontal,
Expand Down

0 comments on commit 34c9cfa

Please sign in to comment.