Skip to content

Commit

Permalink
double chat
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 17, 2024
1 parent 4265ee8 commit 8b359c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/instructor/chat/instructorChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const InstructorChat: React.FC = () => {
};
console.log('this os send message')
socket?.emit("send-message", newMessage);
// dispatch(createMessageAction(newMessage));
dispatch(createMessageAction(newMessage));
}
};

Expand Down

0 comments on commit 8b359c5

Please sign in to comment.