Pass ws to MediaControl
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
fa4f9751b6
commit
5499a66fd3
@ -301,7 +301,7 @@ const Players = ({ table }) => {
|
||||
onClick={() => { inLobby && selectable && toggleSelected(color) }}
|
||||
key={`player-${color}`}>
|
||||
<PlayerColor color={color}/>{name}
|
||||
<MediaControl color={color} game={table.game}/>
|
||||
<MediaControl color={color} ws={table.ws} game={table.game}/>
|
||||
</div>
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user