feat: add a Team Panel
This commit is contained in:
@@ -44,7 +44,7 @@ const UserInfo = (user: User, teams: TeamState | undefined) => {
|
||||
>
|
||||
{teams.teams.map((team, index) => (
|
||||
<li>
|
||||
{teams.activeTeam === index ? <b>{team.name}</b> : team.name} (
|
||||
{<b>{team.name}</b>} (
|
||||
{team.location || team.country || "location unknown"})
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user