diff --git a/src/pages/charts/index.tsx b/src/pages/charts/index.tsx index 82a1a39..eb7d3c4 100644 --- a/src/pages/charts/index.tsx +++ b/src/pages/charts/index.tsx @@ -72,14 +72,16 @@ function Charts() { fetchCharts(); }, [loaded]); - function Chart(props: { title: string, requestTitle: string }) { + function Chart(props: { title: string, requestTitle: string, disabled?: boolean }) { const { title, requestTitle } = props; return ( - +
{title}