From 9bbe8e7d1ba584295f322c46ce9cde3180acc342 Mon Sep 17 00:00:00 2001 From: CalciumIon <1808837298@qq.com> Date: Mon, 15 Jul 2024 20:23:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=9D=9E=E6=B6=88=E8=B4=B9=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/LogsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index 4bbacf0..55106f2 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -367,7 +367,7 @@ const LogsTable = () => { dataIndex: 'content', render: (text, record, index) => { let other = getLogOther(record.other); - if (other == null) { + if (other == null || record.type !== 2) { return (