We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59268f6 commit 68f0a4aCopy full SHA for 68f0a4a
src/components/leaderboard/Leaderboard.tsx
@@ -61,7 +61,7 @@ const Leaderboard: React.FC<LeaderboardProps> = ({ benchmarkId }) => {
61
if (row1.lintScore! > row2.lintScore!) {
62
return -1;
63
}
64
- if (row1.lintScore! < row1.lintScore!) {
+ if (row1.lintScore! < row2.lintScore!) {
65
return 1;
66
67
return 0;
0 commit comments