Skip to content

Commit

Permalink
update:add key to collaborator image iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Nov 24, 2023
1 parent 11610b1 commit 13e3e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/lib/components/kanban-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default function Item(props: any) {
{images.map((image: any, index: number)=> {
return (
<Image
key={index}
src={image.url}
alt={""}
height={40}
Expand Down

0 comments on commit 13e3e7c

Please sign in to comment.