add missing condition
This commit is contained in:
parent
ec837a1744
commit
4391d762e8
@ -290,7 +290,7 @@ class Base extends Component {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (meetingHasEnded && !meetingIsBreakout) {
|
||||
if ((meetingHasEnded && !meetingIsBreakout) || (codeError && User?.loggedOut)) {
|
||||
return (
|
||||
<MeetingEnded
|
||||
code={codeError}
|
||||
|
Loading…
Reference in New Issue
Block a user