From 1ab9e3b679254974c74cd1c42e7c0d51c80021da Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 20 May 2024 21:49:53 +0100 Subject: [PATCH] fix: remove redundant type tag --- src/features/marketplace/components/Items/Item.jsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/features/marketplace/components/Items/Item.jsx b/src/features/marketplace/components/Items/Item.jsx index c9512050..c47b5950 100644 --- a/src/features/marketplace/components/Items/Item.jsx +++ b/src/features/marketplace/components/Items/Item.jsx @@ -361,18 +361,9 @@ class Item extends PureComponent { })}
- {/* {this.state.curator.items - .filter( - (item) => - item.name !== this.props.data.data.name && - item.type !== this.props.data.data.type, - ) - .map((item) => ( -
{item.display_name}
- ))} */} this.props.toggleFunction('item', input)}