From 93f682d5261d1db50bcd6c2b882a9d8d1e1d355e Mon Sep 17 00:00:00 2001 From: gabek Date: Fri, 23 Jul 2021 21:16:13 +0000 Subject: [PATCH] Prettified Code! --- webroot/js/components/chat/chat-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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