Hide the rageshake request modal when the window is too small

This commit is contained in:
Robin Townsend 2023-05-17 13:59:15 -04:00
parent 0114db7d2d
commit c01e363639

View file

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