Browse Source

Display client count in title. Closes https://github.com/owncast/owncast/issues/1242

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
3e5f99cf19
  1. 2
      web/pages/chat/users.tsx

2
web/pages/chat/users.tsx

@ -66,7 +66,7 @@ export default function ChatUsers() { @@ -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…
Cancel
Save