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 785ae9f commit 89639b2Copy full SHA for 89639b2
frontend/src/pages/TracesFunnelDetails/components/FunnelResults/utils.tsx
@@ -16,6 +16,6 @@ export const topTracesTableColumns = [
16
title: 'STEP TRANSITION DURATION',
17
dataIndex: 'duration_ms',
18
key: 'duration_ms',
19
- render: (value: string): string => getYAxisFormattedValue(value, 'ms'),
+ render: (value: string): string => getYAxisFormattedValue(`${value}`, 'ms'),
20
},
21
];
0 commit comments