From 45b989cd1afc061e2395a98e38f1ab37111d082a Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Tue, 17 Dec 2019 13:03:05 +0100 Subject: [PATCH] Always show file size The file size is always present and not updated in the background --- scm-ui/ui-webapp/src/repos/sources/components/FileTreeLeaf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9190a02dd6..037d8f7c45 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)} - {this.contentIfPresent(file, fileSize)} + {fileSize} {this.contentIfPresent(file, )} {this.contentIfPresent(file, file.description)}