From a2e871ee7e677787aef1be0c005a535157f9ca55 Mon Sep 17 00:00:00 2001 From: cubic Date: Fri, 11 Mar 2022 11:35:25 +0800 Subject: [PATCH] fix(File Tree): Stop display commit info if commit sha is empty (github: #53) github #53 --- www/view/src/components/view/FileTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/view/src/components/view/FileTree.js b/www/view/src/components/view/FileTree.js index 8be8c14..e88c8c7 100755 --- a/www/view/src/components/view/FileTree.js +++ b/www/view/src/components/view/FileTree.js @@ -222,7 +222,7 @@ class FileTree extends React.Component { currentPath ? currentPath + '/' + item.name : item.name )}>{item.name} , -