diff --git a/apps/hackathon/src/app/dashboard/page.tsx b/apps/hackathon/src/app/dashboard/page.tsx index 27a597e..e14b7ba 100644 --- a/apps/hackathon/src/app/dashboard/page.tsx +++ b/apps/hackathon/src/app/dashboard/page.tsx @@ -131,7 +131,8 @@ const DashboardPage: FC = (): ReactElement => { {myTeams.length > 0 ? ( (() => { - const team = myTeams[0] as any; + const item = myTeams[0] as any; + const team = item.team || item; return (