Only on mobile add lobbypeers action
parent
aaa227e957
commit
28995ad74f
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue