Fix linty failures

This commit is contained in:
Michael Telatynski 2019-10-22 13:49:02 +01:00
parent e7f292794c
commit 93ecc9839b
8 changed files with 29 additions and 33 deletions

View file

@ -26,7 +26,7 @@ class Preview extends React.PureComponent {
const {
unicode = "",
annotation = "",
shortcodes: [shortcode = ""]
shortcodes: [shortcode = ""],
} = this.props.emoji || {};
return (
<div className="mx_EmojiPicker_footer mx_EmojiPicker_preview">
@ -42,7 +42,7 @@ class Preview extends React.PureComponent {
</div>
</div>
</div>
)
);
}
}