added no sources found notification

This commit is contained in:
Florian Scholdei
2019-04-09 15:31:12 +02:00
parent 818076ac6f
commit 4a6fd9721f
4 changed files with 49 additions and 47 deletions

View File

@@ -94,9 +94,7 @@ class Sources extends React.Component<Props> {
if (currentFileIsDirectory) {
return (
<div className="panel">
<div className="panel-heading">
{this.renderBranchSelector()}
</div>
<div className="panel-heading">{this.renderBranchSelector()}</div>
<FileTree
repository={repository}
revision={revision}