diff --git a/frontend/src/pages/lib-content-view/lib-content-container.js b/frontend/src/pages/lib-content-view/lib-content-container.js index ff2e7c706f..4021d1ebf5 100644 --- a/frontend/src/pages/lib-content-view/lib-content-container.js +++ b/frontend/src/pages/lib-content-view/lib-content-container.js @@ -258,7 +258,11 @@ class LibContentContainer extends React.Component { {this.props.isDirentDetailShow &&
- {this.props.path !== '/' ? + {(this.props.path === '/' && !this.state.currentDirent) ? + : : - }