From ac64e8d3a0d05055b9d871df8a00508647b0cc2d Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Fri, 24 May 2024 16:29:00 +0200 Subject: [PATCH] fix lint --- src/components/Chart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chart.tsx b/src/components/Chart.tsx index 3e1fde61d..e61066590 100644 --- a/src/components/Chart.tsx +++ b/src/components/Chart.tsx @@ -35,7 +35,7 @@ const Chart = ({ } }; fetchGraphData(); - }, [id]); + }, [id, type]); if (!chartData) return (