Apply code review suggestions
including filling in gaps in emoji shortcode coverage. Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
c1ed023e17
commit
f8a922eaa1
5 changed files with 21 additions and 21 deletions
|
@ -38,9 +38,9 @@ class Preview extends React.PureComponent<IProps> {
|
|||
<div className="mx_EmojiPicker_name mx_EmojiPicker_preview_name">
|
||||
{annotation}
|
||||
</div>
|
||||
{ shortcode ?
|
||||
<div className="mx_EmojiPicker_shortcode">{shortcode}</div> :
|
||||
null }
|
||||
<div className="mx_EmojiPicker_shortcode">
|
||||
{shortcode}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue