diff --git a/scm-ui/ui-webapp/src/repos/sources/components/FileTreeLeaf.tsx b/scm-ui/ui-webapp/src/repos/sources/components/FileTreeLeaf.tsx index 037d8f7c45..9190a02dd6 100644 --- a/scm-ui/ui-webapp/src/repos/sources/components/FileTreeLeaf.tsx +++ b/scm-ui/ui-webapp/src/repos/sources/components/FileTreeLeaf.tsx @@ -88,7 +88,7 @@ class FileTreeLeaf extends React.Component { {this.createFileIcon(file)} {this.createFileName(file)} - {fileSize} + {this.contentIfPresent(file, fileSize)} {this.contentIfPresent(file, )} {this.contentIfPresent(file, file.description)}