diff --git a/frontend/src/repo-snapshot.js b/frontend/src/repo-snapshot.js index 0a949a951e..642d1ff568 100644 --- a/frontend/src/repo-snapshot.js +++ b/frontend/src/repo-snapshot.js @@ -140,7 +140,7 @@ class RepoSnapshot extends React.Component {

(${commitTime})`}}>

- + {folderPath == '/' && ( @@ -279,21 +279,21 @@ class FolderItem extends React.Component { const { folderPath } = this.props; return item.type == 'dir' ? ( - + {gettext('Directory')} {item.name} - + ) : ( - + {gettext('File')} {item.name} {Utils.bytesToSize(item.size)} - +