From a12bfc9a50f68f5b073c6215e0bf64fe78c9c9ea Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 11:03:38 +0000 Subject: [PATCH] Use stable keys in community maps cgen-a19b2d3ca440499e95cd3a483f752a94 --- client/pages/Community.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index eb4a2fd3..f02f5f3d 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -234,7 +234,7 @@ export default function Community() { const Icon = stat.icon; return (
@@ -275,7 +275,7 @@ export default function Community() { const Icon = platform.icon; return ( @@ -408,7 +408,7 @@ export default function Community() {
{events.map((event, index) => ( @@ -488,7 +488,7 @@ export default function Community() {
{contributors.map((contributor, index) => (