From 25c2071facf3c23276b451909dd53dd6ae63041b Mon Sep 17 00:00:00 2001 From: Anton Kovalev Date: Sun, 31 Mar 2024 02:29:00 +0300 Subject: [PATCH] fix: Correct display of HoverCard data in the timeline --- frontend/src/components/timeline.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/timeline.tsx b/frontend/src/components/timeline.tsx index d4620fc..1ece401 100644 --- a/frontend/src/components/timeline.tsx +++ b/frontend/src/components/timeline.tsx @@ -42,19 +42,19 @@ export const TimeLine = observer(() => { Total created: - 1 + {item.total_created} Total completed: - 3 + {item.total_completed_successfully} Total failed: - 1 + {item.total_failed} Total in progress: - 11 + {item.total_in_progress}