fix claim of nfts
This commit is contained in:
parent
4f3d2ea2e9
commit
b4b7b3901b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue