From 9c2496f50ddb410b98f5b0ee80f87d7d2b8c4770 Mon Sep 17 00:00:00 2001 From: Stanislaw Adaszewski Date: Wed, 4 Mar 2020 08:31:56 +0100 Subject: [PATCH] Remove the toolbox button. --- frontend/src/js/component/wb-collection-listing.js | 5 ----- frontend/src/js/component/wb-project-listing.js | 4 ---- 2 files changed, 9 deletions(-) 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) }
)