From f0ff173b3bf0a15d1cc95dd9038a71f0d8afd137 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Tue, 3 Feb 2026 21:33:58 +0000 Subject: [PATCH] fix(ItemCard): prevent collection display when item is already added --- src/features/marketplace/components/Items/Items.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}