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) }}
|
onClick={() => { inLobby && selectable && toggleSelected(color) }}
|
||||||
key={`player-${color}`}>
|
key={`player-${color}`}>
|
||||||
<PlayerColor color={color}/>{name}
|
<PlayerColor color={color}/>{name}
|
||||||
<MediaControl color={color} game={table.game}/>
|
<MediaControl color={color} ws={table.ws} game={table.game}/>
|
||||||
</div>
|
</div>
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user