Fix sidebar.

This commit is contained in:
Chris Parsons 2026-04-23 13:01:24 -07:00
parent 97b702d27a
commit 85d7a1cc89

View file

@ -44,14 +44,11 @@ export const SidebarRecentPicks = memo(function SidebarRecentPicks({ picks }: Si
<p className="text-xs text-muted-foreground truncate">
{pick.sport.name}
</p>
<p className="text-xs text-muted-foreground truncate">
{pick.team.name}
</p>
</div>
</div>
<div className="text-right flex-shrink-0 ml-2">
<p className="font-medium text-xs truncate max-w-[100px]">{pick.team.name}</p>
<p className="text-xs text-muted-foreground">
R{pick.round}
</p>
</div>
</div>
))}
</div>