diff --git a/src/features/marketplace/components/Items/Items.jsx b/src/features/marketplace/components/Items/Items.jsx index b2db7ae3..58926f62 100644 --- a/src/features/marketplace/components/Items/Items.jsx +++ b/src/features/marketplace/components/Items/Items.jsx @@ -222,7 +222,7 @@ function ItemCard({ )} )} - {item.in_collections && item.in_collections.length > 0 && !onCollection && ( + {item.in_collections && item.in_collections.length > 0 && !onCollection && !isAdded && ( {item.in_collections[0].display_name || item.in_collections[0].name}