diff --git a/src/components/dashboard/GraphComponent.tsx b/src/components/dashboard/GraphComponent.tsx index 826428d0..a4aa2b6e 100644 --- a/src/components/dashboard/GraphComponent.tsx +++ b/src/components/dashboard/GraphComponent.tsx @@ -181,7 +181,7 @@ const GraphComponent = ({ <> {areaGraph ? ( - {areaGraphData !== undefined ? ( + {areaGraphData !== undefined && graphCurrentValue ? (