Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Show number of online users
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 28, 2024
1 parent 4739c31 commit 7117b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Ulist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const Ulist = () => {

return (
<div>
<div className="px-2 text-sm">{ulist.length} users online:</div>
{credentials ?
<UlistUser username={credentials.username} you />
: undefined}
Expand Down

0 comments on commit 7117b31

Please sign in to comment.