Skip to content

Commit

Permalink
Adding Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Thirdweb committed Jul 30, 2024
1 parent d9a683f commit 0492e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@ function MintArea() {
</div>
{display && (
<div className="max-h-7">
{owned.map((item:any) => (
{owned.map((item:any,index:any) => (
<MediaRenderer
key={index}
client={client}
src={item.metadata.image}
style={{ maxHeight: "250px" }}
Expand Down

0 comments on commit 0492e6d

Please sign in to comment.