We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32617c commit dda0161Copy full SHA for dda0161
1 file changed
frontend/src/components/blocks/communities-section.tsx
@@ -56,7 +56,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
56
}
57
58
return (
59
- <MultiplePartsCard>
+ <MultiplePartsCard key={community.name}>
60
<CardPart>
61
<Heading size={4}>{community.name}</Heading>
62
</CardPart>
0 commit comments