Skip to content

Commit dda0161

Browse files
committed
key
1 parent c32617c commit dda0161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/blocks/communities-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
5656
}
5757

5858
return (
59-
<MultiplePartsCard>
59+
<MultiplePartsCard key={community.name}>
6060
<CardPart>
6161
<Heading size={4}>{community.name}</Heading>
6262
</CardPart>

0 commit comments

Comments
 (0)