Prevent breakout dropdown when theres no breakout
This commit is contained in:
parent
c2b6f48b87
commit
4e29024783
@ -115,7 +115,7 @@ class NavBar extends Component {
|
||||
presentationTitle,
|
||||
} = this.props;
|
||||
|
||||
if (isBreakoutRoom) {
|
||||
if (isBreakoutRoom || breakouts.length === 0) {
|
||||
return (
|
||||
<h1 className={styles.presentationTitle}>{presentationTitle}</h1>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user