diff --git a/frontend/src/js/component/wb-collection-listing.js b/frontend/src/js/component/wb-collection-listing.js index 993839c..90caaf1 100644 --- a/frontend/src/js/component/wb-collection-listing.js +++ b/frontend/src/js/component/wb-collection-listing.js @@ -39,7 +39,16 @@ class WBCollectionListing extends Component {
{ item.owner_uuid }
), item['file_count'], - filesize(item['file_size_total']) + filesize(item['file_size_total']), + (
+ + + + +
) ]); } @@ -109,7 +118,7 @@ class WBCollectionListing extends Component { render({ app, ownerUuid, activePage, getPageUrl }, { rows, numPages }) { return (
-