diff --git a/frontend/src/js/component/wb-collection-listing.js b/frontend/src/js/component/wb-collection-listing.js index 0ad0c29..663b11e 100644 --- a/frontend/src/js/component/wb-collection-listing.js +++ b/frontend/src/js/component/wb-collection-listing.js @@ -48,11 +48,6 @@ class WBCollectionListing extends Component { item['file_count'], filesize(item['file_size_total']), (
- - diff --git a/frontend/src/js/component/wb-project-listing.js b/frontend/src/js/component/wb-project-listing.js index 12dbb7f..db05be9 100644 --- a/frontend/src/js/component/wb-project-listing.js +++ b/frontend/src/js/component/wb-project-listing.js @@ -33,10 +33,6 @@ class WBProjectListing extends Component { item['description'], item['owner_uuid'], (
- { renderDeleteButton(item, () => this.fetchItems()) } { renderSharingButton(item) }
)