From 371d93be23307fa3ff721de62394e4ff01bf9d8b Mon Sep 17 00:00:00 2001 From: amypeng Date: Thu, 9 Jul 2026 14:29:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20145493=20=E6=A0=87=E7=AD=BE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E6=8F=90=E4=BA=A4=E8=80=85=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 145493 标签列表的提交者错误 --- src/forge/Main/tag/Index.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/forge/Main/tag/Index.jsx b/src/forge/Main/tag/Index.jsx index e0c8bb598..8d5336b8e 100644 --- a/src/forge/Main/tag/Index.jsx +++ b/src/forge/Main/tag/Index.jsx @@ -70,16 +70,16 @@ function Tags(props) { {window.scrollTo(0,0)}}>{item.name}
{ - item.tagger && - + item.commit?.committer && + { - item.tagger.id ? - {window.scrollTo(0,0)}}> - + item.commit.committer.id ? + {window.scrollTo(0,0)}}> + : {window.scrollTo(0,0)}}> - + }