1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Restore code

This commit is contained in:
zxj96
2019-04-24 14:39:46 +08:00
parent c7d9eb8ec0
commit 9cd68756ff
3 changed files with 2 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ class LibContentContainer extends React.Component {
}
render() {
let { path, repoID, usedRepoTags, readmeMarkdown, draftCounts, direntList } = this.props;
let { path, repoID, usedRepoTags, readmeMarkdown, draftCounts } = this.props;
let isRepoInfoBarShow = false;
if (path === '/') {
if (usedRepoTags.length !== 0 || readmeMarkdown !== null || draftCounts !== 0) {