From c648ac58fcea4d2a71355b6170dd57427b40d184 Mon Sep 17 00:00:00 2001 From: Thorben <38816229+tklein1801@users.noreply.github.com> Date: Sun, 9 Jun 2024 02:57:43 +0200 Subject: [PATCH] fix: Show export btn when at least one row is displayed --- src/routes/Dashboard/Insights.view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (