Skip to content

Commit

Permalink
fix: leaderboard header for no label (#6142)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal authored Nov 26, 2024
1 parent 1c849a7 commit f85c640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@

<LeaderboardHeader
{hovered}
displayName={displayName ?? dimensionName}
displayName={displayName || dimensionName}
dimensionDescription={description}
{dimensionName}
{isBeingCompared}
Expand Down

1 comment on commit f85c640

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.