1
0
forked from firka/firka

tt: show class group

This commit is contained in:
2025-08-31 16:31:34 +02:00
parent ce326dd0b3
commit 18effb833c

View File

@@ -268,7 +268,7 @@ void showLessonBottomSheet(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
lesson.name,
"${lesson.name} ${statsForNerdsEnabled ? "(${lesson.classGroup?.name ?? ''})" : ""}",
style: appStyle.fonts.H_18px
.apply(color: appStyle.colors.textPrimary),
),