From 85d7a1cc89088b564fc6bb9e16f5450460c1de9d Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Thu, 23 Apr 2026 13:01:24 -0700 Subject: [PATCH] Fix sidebar. --- app/components/draft/SidebarRecentPicks.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/components/draft/SidebarRecentPicks.tsx b/app/components/draft/SidebarRecentPicks.tsx index c3732ec..afb0fa1 100644 --- a/app/components/draft/SidebarRecentPicks.tsx +++ b/app/components/draft/SidebarRecentPicks.tsx @@ -44,14 +44,11 @@ export const SidebarRecentPicks = memo(function SidebarRecentPicks({ picks }: Si

{pick.sport.name}

+

+ {pick.team.name} +

-
-

{pick.team.name}

-

- R{pick.round} -

-
))}