Browse Source

Prettified Code!

pull/1185/head
gabek 4 years ago committed by GitHub Action
parent
commit
cea07697f3
  1. 3
      webroot/js/components/chat/chat-input.js

3
webroot/js/components/chat/chat-input.js

@ -281,7 +281,8 @@ export default class ChatInput extends Component { @@ -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',

Loading…
Cancel
Save