diff --git a/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx b/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx index a0e491a..cce02e8 100644 --- a/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx +++ b/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx @@ -83,8 +83,8 @@ export const SignedInUserCard: React.FunctionComponent = ({ {user.teams?.map((team) => ( - - {team.name} + + {team.name} ))}