Merge pull request #1069 from robintown/hide-rageshake-request
Hide the rageshake request modal when the window is too small
This commit is contained in:
commit
568c989ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ export function InCallView({
|
|||
otelGroupCallMembership={otelGroupCallMembership}
|
||||
show={showInspector}
|
||||
/>
|
||||
{rageshakeRequestModalState.isOpen && (
|
||||
{rageshakeRequestModalState.isOpen && !noControls && (
|
||||
<RageshakeRequestModal
|
||||
{...rageshakeRequestModalProps}
|
||||
roomIdOrAlias={roomIdOrAlias}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue