diff --git a/client/src/components/player.box.jsx b/client/src/components/player.box.jsx index 7ecc2fb1..f7b1f9a6 100644 --- a/client/src/components/player.box.jsx +++ b/client/src/components/player.box.jsx @@ -46,12 +46,8 @@ function Scoreboard(args) {
{player.name}
-
- {(isPlayer && isGame) ? : null} -
-
- {(abandon) ? : null} -
+ {(isPlayer && isGame) ? : null} + {(abandon) ? : null} ); }