Merge branch 'patch-1' of github.com:oswaldoacauan/bigbluebutton into test-3850
This commit is contained in:
commit
4188394a82
@ -112,7 +112,7 @@ class NavBar extends Component {
|
||||
presentationTitle,
|
||||
} = this.props;
|
||||
|
||||
if (isBreakoutRoom) {
|
||||
if (isBreakoutRoom || !breakouts.length) {
|
||||
return (
|
||||
<h1 className={styles.presentationTitle}>{presentationTitle}</h1>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user