Skip to content

Commit

Permalink
fix: move grid-cols-2 before conditional statements since it is no lo…
Browse files Browse the repository at this point in the history
…nger conditional upon pick history
  • Loading branch information
Danielle254 committed Nov 6, 2024
1 parent ea87e24 commit 22a6e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/LeagueEntries/LeagueEntries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ const LeagueEntries = ({
<div
data-testid="league-entry-container-card"
className={cn(
'league-entry-container-card grid h-21 min-w-fit items-center justify-between rounded-lg border border-border bg-card p-4 text-card-foreground shadow-sm',
'league-entry-container-card grid h-21 min-w-fit items-center justify-between rounded-lg border border-border bg-card p-4 text-card-foreground shadow-sm grid-cols-2',
isEliminated ? 'bg-muted' : 'transparent',
'grid-cols-2',
)}
>
<section
Expand Down

0 comments on commit 22a6e6a

Please sign in to comment.