diff --git a/frontend/src/app/pages/Workflows/WorkflowsHubCard.tsx b/frontend/src/app/pages/Workflows/WorkflowsHubCard.tsx
index 2ec4f43f..23a27e50 100644
--- a/frontend/src/app/pages/Workflows/WorkflowsHubCard.tsx
+++ b/frontend/src/app/pages/Workflows/WorkflowsHubCard.tsx
@@ -677,7 +677,10 @@ function SidebarSection({ title, items, onPick, scheduled, onContext, onSchedule
)}
- {w.title}
+ {w.title}
+ {scheduled && !w.schedule.enabled && (
+ Paused
+ )}
))}