Merge branch 'patch-1' of github.com:oswaldoacauan/bigbluebutton into test-3850

This commit is contained in:
Anton Georgiev 2017-04-27 16:20:41 -04:00
commit 4188394a82

View File

@ -112,7 +112,7 @@ class NavBar extends Component {
presentationTitle,
} = this.props;
if (isBreakoutRoom) {
if (isBreakoutRoom || !breakouts.length) {
return (
<h1 className={styles.presentationTitle}>{presentationTitle}</h1>
);