Skip to content

Commit

Permalink
Merge pull request #456 from decert-me/hotfix-446
Browse files Browse the repository at this point in the history
hotfix: #446
  • Loading branch information
0xdwong authored Aug 5, 2024
2 parents 5438243 + 0906907 commit 3091bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Collection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function Collection(params) {
alt="" />
{
isCreated && detail?.collection.claimed &&
<OpenseaIcon chain_id={detail?.collection.chain_id} tokenId={detail?.collection.tokenId} />
<OpenseaIcon chain_id={detail?.collection.badge_chain_id} tokenId={detail?.collection.badge_token_id} />
}
</div>
</div>
Expand Down

0 comments on commit 3091bfe

Please sign in to comment.