From b778b49d684f7df1a521b8ecb6ed5734e3f3836e Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 12 Jun 2026 16:16:14 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97-=E5=AD=97=E6=AE=B5=E5=BC=95?=
=?UTF-8?q?=E7=94=A8=E9=80=A0=E6=88=90=E9=A1=B5=E9=9D=A2=E7=A9=BA=E7=99=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Information/Pages/selfList.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx
index 20faccbd..3558afab 100644
--- a/src/forge/Information/Pages/selfList.jsx
+++ b/src/forge/Information/Pages/selfList.jsx
@@ -244,7 +244,7 @@ function SelfList(props){
{source==="projects" ? "更新于":"创建于"}{i.timeAgo || moment(i.createTime).format("YYYY/MM/DD")}
- {source==="source" || (source==="news" && i.auditType.split('-')[0]!=="delete") && 编辑 }
+ {source==="source" || (source==="news" && (i.auditType && i.auditType.split('-')[0]!=="delete")) && 编辑 }
{
source==="projects"?
handleRemove(i.name,i.id)}>移除