Browse Source

Prettified Code!

pull/1253/head
gabek 4 years ago committed by GitHub Action
parent
commit
93f682d526
  1. 2
      webroot/js/components/chat/chat-input.js

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

@ -75,7 +75,7 @@ export default class ChatInput extends Component { @@ -75,7 +75,7 @@ export default class ChatInput extends Component {
})
.then((json) => {
const emojiList = json;
const emojiNames = emojiList.map(emoji => emoji.name);
const emojiNames = emojiList.map((emoji) => emoji.name);
const emojiPicker = new EmojiButton({
zIndex: 100,
theme: 'owncast', // see chat.css

Loading…
Cancel
Save