Skip to content

Commit

Permalink
feat: win, lose, draw leaderboard header
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Oct 13, 2024
1 parent e6e8b46 commit c70426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorLeaderBoardDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const LeaderBoardTableDisplay = (props: {
<p className="text-sm text-neutral-500">Update : {lastUpdate}</p>
<LeaderBoardTable
data={data}
varience={props.sport === "" ? "123" : "WDL"}
varience={"WDL"}
/>

{props.sport != "" && (
Expand Down

0 comments on commit c70426e

Please sign in to comment.