diff --git a/webroot/js/components/chat/chat-input.js b/webroot/js/components/chat/chat-input.js index 5ac0b8c77..6b4048fe9 100644 --- a/webroot/js/components/chat/chat-input.js +++ b/webroot/js/components/chat/chat-input.js @@ -281,7 +281,8 @@ export default class ChatInput extends Component { } render(props, state) { - const { hasSentFirstChatMessage, inputCharsLeft, inputHTML, emojiPicker } = state; + const { hasSentFirstChatMessage, inputCharsLeft, inputHTML, emojiPicker } = + state; const { inputEnabled } = props; const emojiButtonStyle = { display: emojiPicker && inputCharsLeft > 0 ? 'block' : 'none',