We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec4733 commit fe096c8Copy full SHA for fe096c8
1 file changed
hwproj.front/src/components/Courses/StudentStats.tsx
@@ -313,6 +313,7 @@ const StudentStats: React.FC<IStudentStatsProps> = (props) => {
313
<Stack direction="row" spacing={1}>
314
<GroupIcon style={{fontSize: "12px"}}/>
315
<div>{studentGroups
316
+ .filter(g => g.name?.trim())
317
.map(r => r.name)
318
.join(', ')}</div>
319
</Stack>
0 commit comments