From 071c4bf5cf80d1df9b2062c8995578bd70964497 Mon Sep 17 00:00:00 2001 From: MarkLo127 Date: Tue, 10 Mar 2026 17:58:38 +0800 Subject: [PATCH] --- frontend/app/analysis/results/page.tsx | 2 +- frontend/app/history/chat/page.tsx | 16 +++------------- frontend/components/analysis/AnalystReport.tsx | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/frontend/app/analysis/results/page.tsx b/frontend/app/analysis/results/page.tsx index 6a4f61d8..403f2606 100644 --- a/frontend/app/analysis/results/page.tsx +++ b/frontend/app/analysis/results/page.tsx @@ -262,7 +262,7 @@ export default function AnalysisResultsPage() { {getNestedValue(analysisResult.reports, analyst.reportKey) ? ( -
+
{getNestedValue(analysisResult.reports, analyst.reportKey)} diff --git a/frontend/app/history/chat/page.tsx b/frontend/app/history/chat/page.tsx index 4464d23b..31653b61 100644 --- a/frontend/app/history/chat/page.tsx +++ b/frontend/app/history/chat/page.tsx @@ -424,16 +424,15 @@ function HistoryChatContent() { )}
- {/* Bubble */}
{msg.role === "assistant" ? ( -
+
{msg.content} @@ -480,16 +479,7 @@ function HistoryChatContent() {