We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68a11 commit 1204f78Copy full SHA for 1204f78
src/components/app/details/metrics/DeploymentMetrics.tsx
@@ -606,7 +606,7 @@ const DeploymentMetricsComponent = ({ filteredEnvIds }: DeploymentMetricsProps)
606
...prev,
607
benchmarkModalData: {
608
metric: 'LEAD_TIME',
609
- valueLabel: `${state.meanLeadTimeLabel}`,
+ valueLabel: state.meanLeadTimeLabel,
610
catgory: state.leadTimeBenchmark.name,
611
value: state.meanLeadTime,
612
},
0 commit comments