diff --git a/frontend/src/components/search/search.js b/frontend/src/components/search/search.js index b4e16ba9c3..bd31deae0f 100644 --- a/frontend/src/components/search/search.js +++ b/frontend/src/components/search/search.js @@ -597,7 +597,8 @@ class Search extends Component { if (this.props.repoID) { const { path } = this.props; const isMetadataView = path && path.startsWith('/' + PRIVATE_FILE_TYPE.FILE_EXTENDED_PROPERTIES); - if (path && path !== '/' && !this.props.isViewFile && !isMetadataView) { + const isTagView = path && path.startsWith('/' + PRIVATE_FILE_TYPE.TAGS_PROPERTIES); + if (path && path !== '/' && !this.props.isViewFile && !isMetadataView && !isTagView) { return (