Skip to content

Commit

Permalink
fix: missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Jan 22, 2025
1 parent 51c82cd commit b4f835f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export function Erc20RedPacketConfirm() {
})
}
return list
}, [needHoldingTokens, requiredTokens, tokenQuantity])
}, [needHoldingTokens, requiredTokens, requiredCollections, tokenQuantity])

const currentIdentity = useCurrentVisitingIdentity()
const me = useLastRecognizedIdentity()
Expand Down

0 comments on commit b4f835f

Please sign in to comment.