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?"