From cd6473be9dbb999d970435d0d397e8bff80f235a Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 3 May 2024 16:57:05 -0300 Subject: [PATCH] hide tags while there is no playground --- src/frontend/src/components/cardComponent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index 7dbaf9d83..a0e387e9f 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -271,7 +271,7 @@ export default function CollectionCardComponent({ )}
- {data.tags && + {/* {data.tags && data.tags.length > 0 && data.tags.map((tag, index) => ( {tag.name} - ))} + ))} */}