diff --git a/app/lib/github.dart b/app/lib/github.dart index 216b9b6..a01f9e0 100644 --- a/app/lib/github.dart +++ b/app/lib/github.dart @@ -73,7 +73,7 @@ extension on Report { ); text ..write("## ${section.title}") - ..write(" (${section.grantedPoints}/${section.grantedPoints})") + ..write(" (${section.grantedPoints}/${section.maxPoints})") ..write("\n\n$summary\n\n"); }