diff --git a/src/components/online/MatchPlayersList.tsx b/src/components/online/MatchPlayersList.tsx index 8b12c64..b1b7329 100644 --- a/src/components/online/MatchPlayersList.tsx +++ b/src/components/online/MatchPlayersList.tsx @@ -30,14 +30,14 @@ export function MatchPlayersList() { }; return ( -
-
{t("match.players")}
-
+
+
{t("match.players")}
+
{seatPlayers.map((p, i) => { const isMe = p.id ? p.id === myId : !p.isBot; const canAdd = !!p.id && !p.isBot && p.id !== myId; return ( -
+
{canAdd ? (