From b02537e54369c17e3993aca90510b13362f06699 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Fri, 6 Dec 2024 08:23:29 -0800 Subject: [PATCH] chore: added initial empty state --- frontend/src/components/BarChartGrouped/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/BarChartGrouped/index.tsx b/frontend/src/components/BarChartGrouped/index.tsx index ff0f27d6..5d784cf8 100644 --- a/frontend/src/components/BarChartGrouped/index.tsx +++ b/frontend/src/components/BarChartGrouped/index.tsx @@ -243,7 +243,13 @@ const BarChartGrouped = (): JSX.Element => {

Loading...

) : (
- {chartData.length === 0 && } + {chartData.length === 0 && searchParameters &&