diff --git a/webroot/js/components/chat/chat-input.js b/webroot/js/components/chat/chat-input.js index 041ea723f..89952333b 100644 --- a/webroot/js/components/chat/chat-input.js +++ b/webroot/js/components/chat/chat-input.js @@ -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