diff --git a/web/core/components/cycles/active-cycle/productivity.tsx b/web/core/components/cycles/active-cycle/productivity.tsx index b23958f2e..1164c9323 100644 --- a/web/core/components/cycles/active-cycle/productivity.tsx +++ b/web/core/components/cycles/active-cycle/productivity.tsx @@ -54,13 +54,12 @@ export const ActiveCycleProductivity: FC = observe

Issue burndown

{areEstimateEnabledByProjectId(projectId) && ( - <> +
{cycleBurnDownChartOptions.find((v) => v.value === plotType)?.label ?? "None"}} onChange={onChange} maxHeight="lg" - className="m-0 p-0" > {cycleBurnDownChartOptions.map((item) => ( @@ -69,7 +68,7 @@ export const ActiveCycleProductivity: FC = observe ))} {loader && } - +
)}