Skip to content

Commit

Permalink
fix: resolve pr comments issue #349
Browse files Browse the repository at this point in the history
  • Loading branch information
yukigesho committed Nov 19, 2024
1 parent 3f25ff0 commit 9ab6b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bounty/NftList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ function NftListItem({ NFT }: { NFT: NFT }) {
</span>
</div>
</div>
<div>claim id: {NFT.id}</div>
</div>
<div>claim id: {NFT.id}</div>
</div>
);
}
Expand Down

0 comments on commit 9ab6b6b

Please sign in to comment.