Skip to content

Commit 8dfc35a

Browse files
committed
prettify list of course codes
1 parent e635a96 commit 8dfc35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/Admin/Statistics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const Statistics = () => {
152152
{statsToShow.map((chat) => (
153153
<TableRow key={chat.id}>
154154
<TableCell align="left">
155-
<Typography>{chat.codes}</Typography>
155+
<Typography>{chat.codes.join(', ')}</Typography>
156156
</TableCell>
157157
<TableCell align="left">
158158
<Typography>{chat.name[language]}</Typography>

0 commit comments

Comments
 (0)