Only on mobile add lobbypeers action
This commit is contained in:
@@ -480,7 +480,7 @@ const TopBar = (props) =>
|
|||||||
<MoreIcon />
|
<MoreIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</div>
|
</div>
|
||||||
{ lobbyPeers.length > 0 &&
|
{ isMobile && lobbyPeers.length > 0 &&
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={intl.formatMessage({
|
title={intl.formatMessage({
|
||||||
id : 'tooltip.lobby',
|
id : 'tooltip.lobby',
|
||||||
|
|||||||
Reference in New Issue
Block a user