We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d03a44 commit 195a1c8Copy full SHA for 195a1c8
pages/components/contributors/index.tsx
@@ -48,7 +48,7 @@ const Contributors: FC<IContributorsProps> = ({}) => {
48
{
49
Comments?.map((comment, index) => {
50
return (
51
- <Col span={8} style={{...comment?.style}}>
+ <Col span={8} style={{...comment?.style}} key={index}>
52
<Card
53
footerLine={false}
54
headerLine={false}
0 commit comments