Skip to content

Commit

Permalink
Fix gap on timetable page
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 14, 2024
1 parent b454800 commit 36131ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _SchoolClassFilterBottomBarState
// Funktion keinen Mehrwert und ist somit unnötig, wenn es angezeigt
// wird.
if (view == null || !view.hasMoreThanOneSchoolClass) {
return const Text("");
return const SizedBox();
}

return Material(
Expand Down

0 comments on commit 36131ef

Please sign in to comment.