From ec9a81d7b55d5d6b840cd9c4723385d2753e7784 Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Sun, 30 Nov 2025 00:09:06 +0700 Subject: [PATCH] fix(users): remove team count from section title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/hackathon/src/app/users/[userId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hackathon/src/app/users/[userId]/page.tsx b/apps/hackathon/src/app/users/[userId]/page.tsx index b49f289..04479e1 100644 --- a/apps/hackathon/src/app/users/[userId]/page.tsx +++ b/apps/hackathon/src/app/users/[userId]/page.tsx @@ -128,7 +128,7 @@ const UserProfilePage: FC = (): ReactElement => { {userTeams.length > 0 ? (

- {userTeams.length === 1 ? 'Team' : 'Teams'} ({userTeams.length}) + Team

{userTeams.map((team: any) => (