diff --git a/filcnaplo/lib/ui/widgets/grade/grade_tile.dart b/filcnaplo/lib/ui/widgets/grade/grade_tile.dart index f338572..caf8e35 100644 --- a/filcnaplo/lib/ui/widgets/grade/grade_tile.dart +++ b/filcnaplo/lib/ui/widgets/grade/grade_tile.dart @@ -186,7 +186,7 @@ class GradeValueWidget extends StatelessWidget { @override Widget build(BuildContext context) { - GradeValue value = Provider.of(context).goodStudent ? GradeValue(5, "Példás", "Példás", this.value.weight) : this.value; + GradeValue value = this.value; bool isSubjectView = SubjectGradesContainer.of(context) != null; Color color = gradeColor(context: context, value: value.value, nocolor: nocolor);