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 e635a96 commit 8dfc35aCopy full SHA for 8dfc35a
src/client/components/Admin/Statistics.tsx
@@ -152,7 +152,7 @@ const Statistics = () => {
152
{statsToShow.map((chat) => (
153
<TableRow key={chat.id}>
154
<TableCell align="left">
155
- <Typography>{chat.codes}</Typography>
+ <Typography>{chat.codes.join(', ')}</Typography>
156
</TableCell>
157
158
<Typography>{chat.name[language]}</Typography>
0 commit comments