Prettified Code!

This commit is contained in:
gabek
2021-07-12 17:25:14 +00:00
committed by GitHub Action
parent ab254a3902
commit cea07697f3

View File

@@ -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',