From e2bccbb9d6e3f1d6bfe78b0a7c2c4296694ecb85 Mon Sep 17 00:00:00 2001 From: Ivana Andersson Date: Wed, 27 Sep 2023 17:43:26 +0300 Subject: [PATCH] trying to add some responsive width to the graph --- src/pages/Dashboard/BalanceChartCard/LineChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard/BalanceChartCard/LineChart.tsx b/src/pages/Dashboard/BalanceChartCard/LineChart.tsx index f17cb039..ef117d92 100644 --- a/src/pages/Dashboard/BalanceChartCard/LineChart.tsx +++ b/src/pages/Dashboard/BalanceChartCard/LineChart.tsx @@ -34,7 +34,7 @@ const LineChart = ({ years, userGains }: LineChartProps) => { }, } - return + return } export default LineChart