Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
enkoder committed Jul 15, 2024
1 parent a87d7c7 commit 294496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function ExpandedSection({
<TooltipTrigger asChild={true}>
<tr
className={"text-left"}
key={`${results.user_id}/${result.tournament_id}`}
key={`${results.userId}/${result.tournament_id}`}
>
<td
className={clsx(
Expand Down

0 comments on commit 294496e

Please sign in to comment.