diff --git a/src/forge/Main/tree/Index.jsx b/src/forge/Main/tree/Index.jsx
index b8d3ef625..d38b48bb2 100644
--- a/src/forge/Main/tree/Index.jsx
+++ b/src/forge/Main/tree/Index.jsx
@@ -64,9 +64,12 @@ function Index(props) {
{i.name}
{
-
-
![]({getImageUrl(`/${last_commit)
+ last_commit && last_commit.committer && last_commit.committer.id?
+
+
![]({getImageUrl(`/${)
+ :
+
![]({getImageUrl(`/${)
}
{last_commit && last_commit.committer && last_commit.committer.name}
更新于{last_commit && last_commit.time_from_now}
diff --git a/src/forge/Newfile/m_editor.js b/src/forge/Newfile/m_editor.js
index de4b8289e..d0144254f 100644
--- a/src/forge/Newfile/m_editor.js
+++ b/src/forge/Newfile/m_editor.js
@@ -94,7 +94,7 @@ class m_editor extends Component {