diff --git a/web/src/components/AssistantChat/HappyThread.tsx b/web/src/components/AssistantChat/HappyThread.tsx index aa2c01fd..bd795d1a 100644 --- a/web/src/components/AssistantChat/HappyThread.tsx +++ b/web/src/components/AssistantChat/HappyThread.tsx @@ -32,7 +32,7 @@ export function HappyThread(props: { onRetryMessage: props.onRetryMessage }}> - +
{props.header}
diff --git a/web/src/components/SessionChat.tsx b/web/src/components/SessionChat.tsx index a6ad8e75..c310cc8d 100644 --- a/web/src/components/SessionChat.tsx +++ b/web/src/components/SessionChat.tsx @@ -193,6 +193,7 @@ export function SessionChat(props: {