From 2acb45225b1981e700fa1a5f224a8fc5a05af6fd Mon Sep 17 00:00:00 2001 From: Wraeth Date: Tue, 3 Dec 2024 15:13:56 +1000 Subject: [PATCH] Fix bug where redemption shows empty box --- .../V4NftRewardsPanel/RedeemNftsSection/RedeemNftsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/v4/views/V4ProjectDashboard/V4ProjectTabs/V4NftRewardsPanel/RedeemNftsSection/RedeemNftsSection.tsx b/src/packages/v4/views/V4ProjectDashboard/V4ProjectTabs/V4NftRewardsPanel/RedeemNftsSection/RedeemNftsSection.tsx index a436a4aead..7d5cc929ae 100644 --- a/src/packages/v4/views/V4ProjectDashboard/V4ProjectTabs/V4NftRewardsPanel/RedeemNftsSection/RedeemNftsSection.tsx +++ b/src/packages/v4/views/V4ProjectDashboard/V4ProjectTabs/V4NftRewardsPanel/RedeemNftsSection/RedeemNftsSection.tsx @@ -29,6 +29,7 @@ export function RedeemNftsSection() { !nftCredits.isLoading && nftCredits.data && nftCredits.data > 0n // if (!showRedeemSection && !showCreditSection) return null + if (!showCreditSection) return null return (