some process in the web sockets ruining the linesmap
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LineDetailsTerminal({
|
||||
|
||||
const isUserToggleTuned = useMemo(
|
||||
() => selectedLine?.currentUserMember?.state === LineMemberState.TUNED,
|
||||
[selectedLine]
|
||||
[selectedLine.currentUserMember]
|
||||
);
|
||||
|
||||
// seeing if I am in the list of broadcasters
|
||||
@@ -34,6 +34,10 @@ export default function LineDetailsTerminal({
|
||||
[userDetails, selectedLine]
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(selectedLine?.currentUserMember);
|
||||
}, [selectedLine]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col flex-1 bg-gray-100 items-stretch justify-start relative border-l border-l-gray-100">
|
||||
|
||||
Reference in New Issue
Block a user