diff --git a/frontend/src/components/dir-view/dir-panel.js b/frontend/src/components/dir-view/dir-panel.js index a30260b89d..13d46be508 100644 --- a/frontend/src/components/dir-view/dir-panel.js +++ b/frontend/src/components/dir-view/dir-panel.js @@ -176,15 +176,6 @@ class DirPanel extends React.Component { onTabNavClick={this.props.onTabNavClick} /> - {(this.props.usedRepoTags.length > 0 && this.props.path === '/') && ( -
- -
- )}
{this.props.errorMsg ?

{this.props.errorMsg}

: @@ -192,6 +183,15 @@ class DirPanel extends React.Component { {!this.props.pathExist ? errMessage : + {(this.props.usedRepoTags.length > 0 && this.props.path === '/') && ( +
+ +
+ )}