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 9869dc9..a0e491a 100644 --- a/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx +++ b/apps/forge/src/components/signin/dashboard/components/SignedInUserCard/index.tsx @@ -82,7 +82,7 @@ export const SignedInUserCard: React.FunctionComponent = ({ {user.teams?.map((team) => ( - + {team.name} @@ -102,7 +102,7 @@ export const SignedInUserCard: React.FunctionComponent = ({ @@ -118,7 +118,7 @@ export const SignedInUserCard: React.FunctionComponent = ({