diff --git a/src/ps/commands/games/meta.tsx b/src/ps/commands/games/meta.tsx index 484bb75d..e26231c3 100644 --- a/src/ps/commands/games/meta.tsx +++ b/src/ps/commands/games/meta.tsx @@ -28,10 +28,13 @@ export const command: PSCommand = { {Object.values(Games) .filter(Game => Object.values(PSGames[Game.meta.id] ?? {}).filter(game => game.room.id === message.target.id).length > 0) .map(Game => ( - <> -