1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

repair no userPerm bug (#4696)

This commit is contained in:
杨顺强
2020-10-20 11:31:40 +08:00
committed by GitHub
parent a3342df76a
commit 8a6d5e1639

View File

@@ -55,10 +55,6 @@ class LibContentToolbar extends React.Component {
render() {
if (!this.props.userPerm) {
return <div className="cur-view-toolbar"></div>
}
if (this.props.isViewFile) {
return (
<Fragment>