Fix linty failures
This commit is contained in:
parent
e7f292794c
commit
93ecc9839b
8 changed files with 29 additions and 33 deletions
|
@ -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>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue