diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3328ed8..b0e14e1 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -2786,8 +2786,10 @@ function GamePage({ gameId, navigate }) { ) : null} {game ? ( -
+
+ +
@@ -2808,7 +2810,7 @@ function GamePage({ gameId, navigate }) { return (
@@ -2823,7 +2827,7 @@ function GamePage({ gameId, navigate }) {
{(participant.players || []).map((player) => (
+

{formatNumber(player.stats?.ground_kills)} ground

+

{formatNumber(player.stats?.air_kills)} air

{formatNumber(player.stats?.assists)} assists

{formatNumber(player.stats?.score)} score

{formatNumber(player.stats?.deaths)} deaths