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}