Only on mobile add lobbypeers action

auto_join_3.3
Mészáros Mihály 2020-05-19 13:25:52 +02:00
parent aaa227e957
commit 28995ad74f
1 changed files with 1 additions and 1 deletions

View File

@ -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',