1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

[markdown] commented out 'draft' related code (#5721)

This commit is contained in:
llj
2023-10-31 12:15:12 +08:00
committed by GitHub
parent a7e814bcf1
commit a15728cf3e
3 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ class RepoInfoBar extends React.Component {
})}
</ul>
)}
<div className={usedRepoTags.length > 0 ? 'file-info-list mt-1' : 'file-info-list'}>
{/*<div className={usedRepoTags.length > 0 ? 'file-info-list mt-1' : 'file-info-list'}>
{draftCounts > 0 &&
<span className="file-info">
<span className="info-icon sf2-icon-drafts"></span>
@@ -83,7 +83,7 @@ class RepoInfoBar extends React.Component {
</button>
</span>
}
</div>
</div>*/}
{this.state.isListTaggedFileShow && (
<ModalPortal>
<ListTaggedFilesDialog