mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Wiki coding style improve (#2380)
This commit is contained in:
committed by
Daniel Pan
parent
3d165ec733
commit
db47fb34a7
@@ -124,7 +124,7 @@ class TreeNodeView extends React.Component {
|
||||
}
|
||||
|
||||
renderMenuController() {
|
||||
if (permission === "True") {
|
||||
if (permission) {
|
||||
let isShow = (this.props.node.path === this.props.currentFilePath);
|
||||
return (
|
||||
<div className="right-icon">
|
||||
|
Reference in New Issue
Block a user