cleaning up

This commit is contained in:
talksik
2022-05-18 18:34:40 -05:00
parent 329012ce59
commit e60baf8b4f
2 changed files with 1 additions and 22 deletions
@@ -178,7 +178,7 @@ function UserProfileAvatar() {
if (videoRef.current && userLocalStream) videoRef.current.srcObject = userLocalStream;
}, [userLocalStream]);
if (userLocalStream) return <video ref={videoRef} muted height={'60'} width={'60'} autoPlay />;
if (userLocalStream) return <video ref={videoRef} muted height={'50'} width={'50'} autoPlay />;
return (
<>