mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Display client count in title. Closes https://github.com/owncast/owncast/issues/1242
This commit is contained in:
parent
9e2746fb52
commit
3e5f99cf19
@ -66,7 +66,7 @@ export default function ChatUsers() {
|
||||
);
|
||||
return (
|
||||
<>
|
||||
<Title>Connected Chat Participants</Title>
|
||||
<Title>Connected Chat Participants ({clients.length})</Title>
|
||||
{connectedUsers}
|
||||
<br />
|
||||
<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user