From 4644e7cca69147f2cc9bdfe212f4511e5e1f8f7d Mon Sep 17 00:00:00 2001 From: abccodes Date: Wed, 17 Jun 2026 19:04:27 -0700 Subject: [PATCH] [aidan] ui: calendar sidebar naming --- frontend/src/app/pages/Workflows/WorkflowsHubCard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + )} ))}