taking out the fancy conditional opacities...not clean for me

This commit is contained in:
talksik
2022-05-19 17:21:24 -05:00
parent bec5a4bc0a
commit 781c6db7d9
5 changed files with 35 additions and 38 deletions
@@ -118,8 +118,7 @@ export function StreamProvider({ children }: { children: React.ReactChild }) {
);
// hacking little bug!
if (localPeerForMasterAndMe && !localPeerForMasterAndMe.peer.destroyed)
localPeerForMasterAndMe.peer.signal(res.simplePeerSignal);
if (localPeerForMasterAndMe) localPeerForMasterAndMe.peer.signal(res.simplePeerSignal);
});
});