Update PowerPlayer.tsx
This commit is contained in:
@@ -79,7 +79,6 @@ export default function PowerPlayer(props: {
|
|||||||
if (msg.senderUserId == currUser.uid) {
|
if (msg.senderUserId == currUser.uid) {
|
||||||
// if I am the sender
|
// if I am the sender
|
||||||
const receiverUser = teamUsersMap[msg.receiverUserId];
|
const receiverUser = teamUsersMap[msg.receiverUserId];
|
||||||
console.log(receiverUser);
|
|
||||||
|
|
||||||
if (!receiverUser) {
|
if (!receiverUser) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user