Skip to content

Commit

Permalink
active users fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkdoesstuff committed Jan 11, 2023
1 parent a321ef8 commit 9af94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/workspace/[id]/activity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Activity: pageWithLayout = () => {
<div className="bg-white p-4 rounded-md">
<p className="font-bold text-2xl leading-4 mt-1">In-game</p>
<p className="text-gray-500 text-xl mt-2 mb-1">Staff which are in-game</p>
<div className="grid gap-1 grid-cols-12">
<div className="flex flex-row gap-2 flex-wrap">
{activeUsers.map((user: any) => (
<Tooltip key={user.userId} tooltipText={`${user.username} (${user.userId})`} orientation="top">
<img
Expand Down

0 comments on commit 9af94d6

Please sign in to comment.