Update index.tsx
This commit is contained in:
@@ -166,13 +166,13 @@ export default function LineRow({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* mounts and unmounts based on if in the room or now */}
|
{/* mounts and unmounts based on if in the room or now */}
|
||||||
{isUserTunedIn && (
|
{/* {isUserTunedIn && (
|
||||||
<StreamRoom
|
<StreamRoom
|
||||||
lineId={masterLineData.lineDetails._id.toString()}
|
lineId={masterLineData.lineDetails._id.toString()}
|
||||||
currentBroadcasters={masterLineData.currentBroadcastersUserIds}
|
currentBroadcasters={masterLineData.currentBroadcastersUserIds}
|
||||||
tunedInUsers={masterLineData.tunedInMemberIds}
|
tunedInUsers={masterLineData.tunedInMemberIds}
|
||||||
/>
|
/>
|
||||||
)}
|
)} */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user