diff --git a/src/GroupCallInspector.jsx b/src/GroupCallInspector.jsx index cf35aad1..f4e9d1d0 100644 --- a/src/GroupCallInspector.jsx +++ b/src/GroupCallInspector.jsx @@ -1,3 +1,4 @@ +import { Resizable } from "re-resizable"; import React, { useEffect, useState, useMemo } from "react"; import { useCallback } from "react"; import ReactJson from "react-json-view"; @@ -120,7 +121,7 @@ export function GroupCallInspector({ client, groupCall, show }) { }, [toDeviceEvents]); return ( -
+ {show && ( )} -
+ ); }