diff --git a/src/routes/Dashboard/Insights.view.tsx b/src/routes/Dashboard/Insights.view.tsx index 2d11b69d..7905abfe 100644 --- a/src/routes/Dashboard/Insights.view.tsx +++ b/src/routes/Dashboard/Insights.view.tsx @@ -231,7 +231,7 @@ export const InsightsView: React.FC = props => { - {chartData.length > 10 && ( + {chartData.length > 0 && (