From 3e5118c4f7cd990cd71f80d373dd1a5ceccf152a Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Fri, 12 May 2023 18:30:15 +0800 Subject: [PATCH] fix: export --- src/pages/chat/index.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/pages/chat/index.tsx b/src/pages/chat/index.tsx index 2c7e7fb9e..85c41ec61 100644 --- a/src/pages/chat/index.tsx +++ b/src/pages/chat/index.tsx @@ -395,7 +395,6 @@ const Chat = ({ const getHistoryHtml = () => { const historyDom = document.getElementById('history'); if (!historyDom) return; - const dom = Array.from(historyDom.children).map((child, i) => { const avatar = `