diff --git a/frontend/src/components/assistant/ChatMessage.tsx b/frontend/src/components/assistant/ChatMessage.tsx index d9075c07..01754449 100644 --- a/frontend/src/components/assistant/ChatMessage.tsx +++ b/frontend/src/components/assistant/ChatMessage.tsx @@ -71,7 +71,7 @@ export function ChatMessage({ role, content, suggestedFlows, imageUrls, actionCo {/* Suggested flows (assistant only) */} {role === 'assistant' && suggestedFlows && suggestedFlows.length > 0 && (
- + Related Flows {suggestedFlows.map(flow => ( diff --git a/frontend/src/components/assistant/ChatSidebar.tsx b/frontend/src/components/assistant/ChatSidebar.tsx index 02bbe7cb..9bb3bced 100644 --- a/frontend/src/components/assistant/ChatSidebar.tsx +++ b/frontend/src/components/assistant/ChatSidebar.tsx @@ -85,7 +85,7 @@ export function ChatSidebar({
{pinnedChats.length > 0 && (
- + Pinned
@@ -227,7 +227,7 @@ function ChatItem({ )} {(chat.status === 'escalated' || chat.status === 'requesting_escalation') && ( - + Escalated )} diff --git a/frontend/src/components/assistant/ConcludeSessionModal.tsx b/frontend/src/components/assistant/ConcludeSessionModal.tsx index 581e49cf..c1c8bb7c 100644 --- a/frontend/src/components/assistant/ConcludeSessionModal.tsx +++ b/frontend/src/components/assistant/ConcludeSessionModal.tsx @@ -268,7 +268,7 @@ export function ConcludeSessionModal({ )}
@@ -329,7 +329,7 @@ export function ConcludeSessionModal({
{/* Selected outcome badge */}
-
+
{selectedOutcome.label}
@@ -342,7 +342,7 @@ export function ConcludeSessionModal({
-