Fix previous commit, move it to sectionMobile

This commit is contained in:
Mészáros Mihály
2020-05-19 13:35:33 +02:00
parent 28995ad74f
commit b0e57756cb
+3 -2
View File
@@ -479,8 +479,7 @@ const TopBar = (props) =>
>
<MoreIcon />
</IconButton>
</div>
{ isMobile && lobbyPeers.length > 0 &&
{ lobbyPeers.length > 0 &&
<Tooltip
title={intl.formatMessage({
id : 'tooltip.lobby',
@@ -508,6 +507,8 @@ const TopBar = (props) =>
</span>
</Tooltip>
}
</div>
<div className={classes.divider} />
<Button
aria-label={intl.formatMessage({