diff --git a/platform/src/app/[tenant]/dashboard/sections/CycleTime.tsx b/platform/src/app/[tenant]/dashboard/sections/CycleTime.tsx index 5a39b5a..f58596d 100644 --- a/platform/src/app/[tenant]/dashboard/sections/CycleTime.tsx +++ b/platform/src/app/[tenant]/dashboard/sections/CycleTime.tsx @@ -124,7 +124,7 @@ interface Row { function RankingChart({ rows }: { rows: Row[] }) { const { t } = useTranslation(); return ( -