Skip to content

Commit 8f7e5f7

Browse files
Update BeastMarketBeastList.tsx
1 parent 82f7c21 commit 8f7e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/BeastMarketBeastList/BeastMarketBeastList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ const BeastMarketBeastList: FC<Props> = ({
482482
{userBeasts
483483
?.map((beast: any) => beast.id)
484484
.includes(beast.id) ? (
485-
<div>
485+
<div key={beast.id}>
486486
Owned{" "}
487487
{beastsForSale
488488
?.map((beast: any) => beast.id)

0 commit comments

Comments
 (0)