Skip to content

Commit

Permalink
fix: remove a dbg field
Browse files Browse the repository at this point in the history
  • Loading branch information
nyairobi committed Dec 9, 2024
1 parent 0fcf795 commit 3a8ad3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/charts/OngekiScoreChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function OngekiScoreChart({
mobileWidth = width,
type,
maxBells,
chartSize,
data,
}: {
mobileHeight?: number | string;
Expand All @@ -92,7 +91,6 @@ export default function OngekiScoreChart({
height?: number | string;
type: "Score" | "Bells" | "Life";
maxBells: number;
chartSize: number;
data: Serie[];
} & ResponsiveLine["props"]) {
const realData =
Expand Down

0 comments on commit 3a8ad3b

Please sign in to comment.