diff --git a/web/pages/components/chart.tsx b/web/pages/components/chart.tsx index 107698012..6af5eacb6 100644 --- a/web/pages/components/chart.tsx +++ b/web/pages/components/chart.tsx @@ -75,6 +75,7 @@ export default function Chart({ data, title, color, unit, dataCollections }: Cha const line = data && data?.length > 0 ? ( ) : null; return (
- +