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 e4ea53a commit 6f69ae4Copy full SHA for 6f69ae4
site/src/components/ActiveUserChart/ActiveUserChart.tsx
@@ -42,7 +42,7 @@ ChartJS.register(
42
const USER_LIMIT_DISPLAY_THRESHOLD = 60;
43
44
export interface ActiveUserChartProps {
45
- data: readonly ({ date: string; amount: number })[];
+ data: readonly { date: string; amount: number }[];
46
interval: "day" | "week";
47
userLimit: number | undefined;
48
}
0 commit comments