fix issue proposed by bot
This commit is contained in:
parent
2ca304d64b
commit
9b9ffec064
@ -101,7 +101,7 @@ export function PhoneSimulator({ onConnect }: PhoneSimulatorProps) {
|
|||||||
className="w-full h-full object-cover mirror-video"
|
className="w-full h-full object-cover mirror-video"
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}, [roomState, localCameraTrack]);
|
}, [roomState, localCameraTrack, onConnect]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-auto max-w-full h-full aspect-[9/19.5] max-h-full bg-black rounded-[40px] border-[12px] border-gray-900 overflow-hidden relative shadow-2xl flex flex-col shrink-0">
|
<div className="w-auto max-w-full h-full aspect-[9/19.5] max-h-full bg-black rounded-[40px] border-[12px] border-gray-900 overflow-hidden relative shadow-2xl flex flex-col shrink-0">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user