diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx
index 20faccbde..3558afab1 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)}>移除