From 144ddbd270f4f2db7ca997b15972efad0b3e976e Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:34:15 -0500 Subject: [PATCH] fix genai summary title truncation issue in detail stream --- web/src/components/overlay/chip/GenAISummaryChip.tsx | 2 +- web/src/components/timeline/DetailStream.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/overlay/chip/GenAISummaryChip.tsx b/web/src/components/overlay/chip/GenAISummaryChip.tsx index d5f7a99690..b056c36b25 100644 --- a/web/src/components/overlay/chip/GenAISummaryChip.tsx +++ b/web/src/components/overlay/chip/GenAISummaryChip.tsx @@ -108,7 +108,7 @@ export function GenAISummaryDialog({ return ( -
{children}
+
{children}
- + {review.data.metadata.title}