From 1df96dc8d52c50860329e6b9b1271468d3832b1d Mon Sep 17 00:00:00 2001 From: Luciano Oliva Bianco Date: Sun, 22 Sep 2024 20:02:12 -0300 Subject: [PATCH] Small fix to NFTCard UI --- packages/nextjs/app/myProfile/_components/NFTCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nextjs/app/myProfile/_components/NFTCard.tsx b/packages/nextjs/app/myProfile/_components/NFTCard.tsx index bbd0dd9..ccbb80e 100644 --- a/packages/nextjs/app/myProfile/_components/NFTCard.tsx +++ b/packages/nextjs/app/myProfile/_components/NFTCard.tsx @@ -114,16 +114,16 @@ export const NFTCard = ({ nft }: { nft: Collectible }) => { {/* Tabs navigation */} {!isCollapsed && ( -
+
setActiveTab("details")} > Details {connectedAddress === nft.owner && ( setActiveTab("sellNFT")} > Sell NFT