This commit is contained in:
Gabe Kangas 2021-07-22 15:18:20 -07:00
parent 9e2746fb52
commit 3e5f99cf19

View File

@ -66,7 +66,7 @@ export default function ChatUsers() {
); );
return ( return (
<> <>
<Title>Connected Chat Participants</Title> <Title>Connected Chat Participants ({clients.length})</Title>
{connectedUsers} {connectedUsers}
<br /> <br />
<br /> <br />