From 1e1f7f0a61f6b1118540e695d4c902a12625f8a5 Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Tue, 17 May 2022 16:01:18 -0300 Subject: [PATCH] fix estimated cost cchart --- src/components/graph/LineBarChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/LineBarChart.tsx b/src/components/graph/LineBarChart.tsx index 15e0726..77a38ca 100644 --- a/src/components/graph/LineBarChart.tsx +++ b/src/components/graph/LineBarChart.tsx @@ -63,7 +63,7 @@ interface LineBarChartInterface { data1: any, data2: any, data3: any, - red: any + red?: any, label: any }