diff --git a/src/routes/chat/RTCWidget.tsx b/src/routes/chat/RTCWidget.tsx index 2ad16eb6..8a535a68 100644 --- a/src/routes/chat/RTCWidget.tsx +++ b/src/routes/chat/RTCWidget.tsx @@ -28,9 +28,9 @@ const RTCWidget = ({ id, context = "channel" }: Props) => { const name = voicingInfo.context == "channel" ? channelData[voicingInfo.id]?.name : userData[voicingInfo.id]?.name; if (!name) return null; return ( -
+
{/* {voicingInfo && */} -
+