mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-27 08:00:51 +01:00
remove console log my bad
This commit is contained in:
parent
49199361e5
commit
894f6ddb19
@ -93,7 +93,6 @@ export const ChatWidgetView: FC<{}> = props =>
|
||||
|
||||
const onChatClicked = useCallback((chat: ChatBubbleMessage) =>
|
||||
{
|
||||
console.log('ehre')
|
||||
widgetHandler.processWidgetMessage(new RoomWidgetRoomObjectMessage(RoomWidgetRoomObjectMessage.GET_OBJECT_INFO, chat.senderId, chat.senderCategory));
|
||||
widgetHandler.processWidgetMessage(new RoomWidgetChatSelectAvatarMessage(RoomWidgetChatSelectAvatarMessage.MESSAGE_SELECT_AVATAR, chat.senderId, chat.username, chat.roomId));
|
||||
}, [ widgetHandler ]);
|
||||
|
Loading…
Reference in New Issue
Block a user