diff --git a/components/t/CreateNewTeamModal.tsx b/components/t/CreateNewTeamModal.tsx index d2a238cbf..bc46c5957 100644 --- a/components/t/CreateNewTeamModal.tsx +++ b/components/t/CreateNewTeamModal.tsx @@ -47,7 +47,7 @@ const CreateNewTeamModal = () => { return ( <> - {isOpen && ( diff --git a/pages/t/index.tsx b/pages/t/index.tsx index f0fc8909c..c016913bd 100644 --- a/pages/t/index.tsx +++ b/pages/t/index.tsx @@ -106,17 +106,19 @@ const TeamsPage: React.FC = ({ teams }) => { {team.twitterName && ( - + )} - + {team.name} - {team.countries.map((country) => getEmojiFlag(country))} + {team.countries + .map((country) => getEmojiFlag(country)) + .join(" ")}