Skip to content

Commit 195a1c8

Browse files
authored
Update index.tsx
1 parent 8d03a44 commit 195a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/components/contributors/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Contributors: FC<IContributorsProps> = ({}) => {
4848
{
4949
Comments?.map((comment, index) => {
5050
return (
51-
<Col span={8} style={{...comment?.style}}>
51+
<Col span={8} style={{...comment?.style}} key={index}>
5252
<Card
5353
footerLine={false}
5454
headerLine={false}

0 commit comments

Comments
 (0)