Skip to content

Commit 3a42690

Browse files
committed
feat: show max homework sum
1 parent 1b47e5d commit 3a42690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Courses/StudentStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
337337
backgroundColor: StudentStatsUtils.getRatingColor(homeworksSum, homeworksMaxSum),
338338
fontSize: 16
339339
}}
340-
label={homeworksSum}/>
340+
label={`${homeworksSum} / ${homeworksMaxSum}`}/>
341341
</TableCell>}
342342
{hasTests && <TableCell
343343
align="center"

0 commit comments

Comments
 (0)