Fix previous commit, move it to sectionMobile
parent
28995ad74f
commit
b0e57756cb
|
|
@ -479,8 +479,7 @@ const TopBar = (props) =>
|
||||||
>
|
>
|
||||||
<MoreIcon />
|
<MoreIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</div>
|
{ lobbyPeers.length > 0 &&
|
||||||
{ isMobile && lobbyPeers.length > 0 &&
|
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={intl.formatMessage({
|
title={intl.formatMessage({
|
||||||
id : 'tooltip.lobby',
|
id : 'tooltip.lobby',
|
||||||
|
|
@ -508,6 +507,8 @@ const TopBar = (props) =>
|
||||||
</span>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
</div>
|
||||||
<div className={classes.divider} />
|
<div className={classes.divider} />
|
||||||
<Button
|
<Button
|
||||||
aria-label={intl.formatMessage({
|
aria-label={intl.formatMessage({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue