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:
Robin
2023-05-22 09:21:30 -04:00
committed by GitHub

View File

@@ -453,7 +453,7 @@ export function InCallView({
otelGroupCallMembership={otelGroupCallMembership}
show={showInspector}
/>
{rageshakeRequestModalState.isOpen && (
{rageshakeRequestModalState.isOpen && !noControls && (
<RageshakeRequestModal
{...rageshakeRequestModalProps}
roomIdOrAlias={roomIdOrAlias}