We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94a3d9 commit c3fa2a5Copy full SHA for c3fa2a5
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 && g.name.trim().length != 0)
317
.map(r => r.name)
318
.join(', ')}</div>
319
</Stack>
0 commit comments