Fix the chat send button.

master
Håvar Aambø Fosstveit 2020-01-16 14:07:52 +01:00
parent d1039411a4
commit ac59253213
1 changed files with 1 additions and 1 deletions

View File

@ -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);