Skip to content

Commit

Permalink
Update team-members-card-view.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Aug 19, 2024
1 parent a788c9c commit 31aa333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/team-members-card-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TeamMembersCardView: React.FC<Props> = ({

return (
<>
<ul className="mt-7" ref={profile.loadTaskStatsIObserverRef}>
<ul className="mt-7">

{/* Current authenticated user members */}
<Transition
Expand Down

0 comments on commit 31aa333

Please sign in to comment.