diff --git a/frontend/src/component/insights/componentsStat/TimeToProduction/TimeToProduction.tsx b/frontend/src/component/insights/componentsStat/TimeToProduction/TimeToProduction.tsx index 2436532734..bcf8687be5 100644 --- a/frontend/src/component/insights/componentsStat/TimeToProduction/TimeToProduction.tsx +++ b/frontend/src/component/insights/componentsStat/TimeToProduction/TimeToProduction.tsx @@ -47,7 +47,7 @@ const resolveValue = ( gauge: number | undefined; score: 'Fast' | 'Medium' | 'Slow' | undefined; } => { - if (daysToProduction === undefined) { + if (daysToProduction === undefined || daysToProduction === 0) { return { value: undefined, gauge: undefined,