Skip to content

Commit

Permalink
fix: api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantShock2258 committed Jan 10, 2024
1 parent bc336ed commit 18af8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Statistics/Statistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const Statistics = () => {
/>
<Line
type="monotone"
dataKey="dc_completions1"
dataKey="dc_wins1"
stroke="#8884d8"
strokeWidth="4px"
activeDot={{ r: 8 }}
Expand All @@ -267,7 +267,7 @@ const Statistics = () => {
type="monotone"
strokeDasharray="5 5"
strokeWidth="2px"
dataKey="dc_completions2"
dataKey="dc_wins2"
activeDot={{ r: 3 }}
stroke="#82ca9d"
name="Leaderboard Top"
Expand Down

0 comments on commit 18af8f1

Please sign in to comment.