Only on mobile add lobbypeers action

This commit is contained in:
Mészáros Mihály
2020-05-19 13:25:52 +02:00
parent aaa227e957
commit 28995ad74f
+1 -1
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',