Prettified Code!

This commit is contained in:
gabek
2021-07-23 21:16:13 +00:00
committed by GitHub Action
parent bb09c0d187
commit 93f682d526

View File

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