We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b47e5d commit 3a42690Copy full SHA for 3a42690
1 file changed
hwproj.front/src/components/Courses/StudentStats.tsx
@@ -337,7 +337,7 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
337
backgroundColor: StudentStatsUtils.getRatingColor(homeworksSum, homeworksMaxSum),
338
fontSize: 16
339
}}
340
- label={homeworksSum}/>
+ label={`${homeworksSum} / ${homeworksMaxSum}`}/>
341
</TableCell>}
342
{hasTests && <TableCell
343
align="center"
0 commit comments