Fix the chat send button.

This commit is contained in:
Håvar Aambø Fosstveit
2020-01-16 14:07:52 +01:00
parent d1039411a4
commit ac59253213
@@ -93,7 +93,7 @@ const ChatInput = (props) =>
{
if (message && message !== '')
{
const sendMessage = this.createNewMessage(message, 'response', displayName, picture);
const sendMessage = createNewMessage(message, 'response', displayName, picture);
roomClient.sendChatMessage(sendMessage);