diff --git a/src/app/pages/Collectibles/CollectiblePage.tsx b/src/app/pages/Collectibles/CollectiblePage.tsx index d235948e7..bbb635431 100644 --- a/src/app/pages/Collectibles/CollectiblePage.tsx +++ b/src/app/pages/Collectibles/CollectiblePage.tsx @@ -66,7 +66,7 @@ const CollectiblePage: FC = ({ assetSlug }) => {
{collectibleInfo?.creators.length ?? 0 > 1 ? : }
-
+
{collectibleInfo?.creators.map(creator => ( ))}