fix claim of nfts

This commit is contained in:
Adrian Brzeziński 2023-12-05 01:24:50 +01:00
parent 4f3d2ea2e9
commit b4b7b3901b
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export default function RewardsComponent({
}, [collectedPrizes, prizes, setShowRender, start, telemetry])
useEffect(() => {
if (tokensInfo.length) {
if (tokensInfo.length || nftsRewardsInfo.length) {
const claimsAsPrizes = getClaimsAsPrizes(
claims,
tokensInfo,