fix: text grade title once again

This commit is contained in:
checkedear
2026-04-15 21:53:12 +02:00
parent 6c75acad66
commit 9aa84c6fa1

View File

@@ -124,8 +124,8 @@ class InfoCard extends StatelessWidget {
return InfoCard(
icon: GradeWidget(grade),
texts: [
(grade.topic ??
value ??
(value ??
grade.topic ??
grade.mode?.description ??
grade.type.description!)
.firstUpper(),