From 5eed253c8dc73c263d33afe2cef7702a6cfd3fe1 Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 12 Sep 2019 12:45:35 +1000 Subject: [PATCH] remove xtra divs --- client/src/components/player.box.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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} ); }