remove xtra divs
This commit is contained in:
parent
78853943f2
commit
5eed253c8d
@ -46,13 +46,9 @@ function Scoreboard(args) {
|
||||
<div class="img">
|
||||
<div>{player.name}</div>
|
||||
</div>
|
||||
<div>
|
||||
{(isPlayer && isGame) ? <button disabled={animating} onClick={clear}>Clear</button> : null}
|
||||
</div>
|
||||
<div>
|
||||
{(abandon) ? <button disabled={animating} onClick={abandon}>Abandon</button> : null}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user