Fix sidebar.
This commit is contained in:
parent
97b702d27a
commit
85d7a1cc89
1 changed files with 3 additions and 6 deletions
|
|
@ -44,14 +44,11 @@ export const SidebarRecentPicks = memo(function SidebarRecentPicks({ picks }: Si
|
||||||
<p className="text-xs text-muted-foreground truncate">
|
<p className="text-xs text-muted-foreground truncate">
|
||||||
{pick.sport.name}
|
{pick.sport.name}
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-xs text-muted-foreground truncate">
|
||||||
|
{pick.team.name}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue