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)}