Hide the rageshake request modal when the window is too small
This commit is contained in:
parent
0114db7d2d
commit
c01e363639
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ export function InCallView({
|
|||
otelGroupCallMembership={otelGroupCallMembership}
|
||||
show={showInspector}
|
||||
/>
|
||||
{rageshakeRequestModalState.isOpen && (
|
||||
{rageshakeRequestModalState.isOpen && !noControls && (
|
||||
<RageshakeRequestModal
|
||||
{...rageshakeRequestModalProps}
|
||||
roomIdOrAlias={roomIdOrAlias}
|
||||
|
|
Loading…
Reference in a new issue