From e781fe46a6fc2e5ba2c98bfe4cd3445a35a61026 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 11:14:42 +0000 Subject: [PATCH] Use descriptive parameter for team input cgen-f900d32da5774b3aa285ff56b2cf4a2f --- client/pages/Community.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 5340dbfc..0fb0fc13 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -244,10 +244,10 @@ function EventCard({ + onChange={(eventChange) => setForm((prev) => ({ ...prev, - teamName: value.target.value, + teamName: eventChange.target.value, })) } placeholder="Who are you building with?"