Skip to content

Commit

Permalink
fix: remove unnecessary lines to SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
danilogomes committed Oct 30, 2023
1 parent 224ee47 commit fb09ac9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/spa/src/components/ProjectDemandsCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit fb09ac9

Please sign in to comment.