diff --git a/app/spa/src/components/ProjectDemandsCharts.tsx b/app/spa/src/components/ProjectDemandsCharts.tsx index 335a4cf47..8f742440d 100644 --- a/app/spa/src/components/ProjectDemandsCharts.tsx +++ b/app/spa/src/components/ProjectDemandsCharts.tsx @@ -159,13 +159,6 @@ const ProjectDemandsCharts = ({ }) : [] - const projectDemandsBurnupChartData = buildBurnupData( - t("charts_tab.project_charts.demands_burn_up_label_scope"), - t("charts_tab.project_charts.demands_burn_up_label_ideal"), - t("charts_tab.project_charts.demands_burn_up_label_delivered"), - project.demandsBurnup - ) - const projectHoursBurnupChartData = buildBurnupData( t("charts_tab.project_charts.hours_burn_up_label_scope"), t("charts_tab.project_charts.hours_burn_up_label_ideal"),