From 6fbf48dcd658db76d6ccd375ac9e8b0f5123df18 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Mar 2021 16:06:42 +0100 Subject: /user/games opponent user_format + oppponent fix --- components/recentGames.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/recentGames.tsx b/components/recentGames.tsx index 9e87b61..750a9e7 100644 --- a/components/recentGames.tsx +++ b/components/recentGames.tsx @@ -43,7 +43,7 @@ export default function RecentGames(props: { games?: Array }) { { props.games?.map(game => - {game.opponent} + {game.opponent.username} {game.moves.length -1} {(() => { -- cgit v1.2.3