From 430a915330d107be5d5171fb67c04a6c4b0efe2b Mon Sep 17 00:00:00 2001 From: Lu Yiting Date: Tue, 14 Nov 2023 22:35:31 +0800 Subject: [PATCH] fix feedback panel --- frontend/app/components/History/HistoryTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/History/HistoryTable.tsx b/frontend/app/components/History/HistoryTable.tsx index 90b95c3..654661a 100644 --- a/frontend/app/components/History/HistoryTable.tsx +++ b/frontend/app/components/History/HistoryTable.tsx @@ -306,7 +306,7 @@ const HistoryTable = () => { {/* */} {/* */} - + {processNewLine(record.feedback).map((line) => (

{line}