fix lint
This commit is contained in:
parent
64e2de5b47
commit
81338306b0
5 changed files with 4 additions and 8 deletions
|
@ -1417,8 +1417,10 @@ export default class MessageComposerInput extends React.Component {
|
|||
</a>;
|
||||
}
|
||||
}
|
||||
case 'emoji':
|
||||
case 'emoji': {
|
||||
const { data } = node;
|
||||
return data.get('emojiUnicode');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue