Underline visible sections in header
Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
088c9bff9e
commit
e16d0bfa4d
4 changed files with 56 additions and 25 deletions
|
@ -30,7 +30,7 @@ class Category extends React.PureComponent {
|
|||
};
|
||||
|
||||
render() {
|
||||
const { onClick, onMouseEnter, onMouseLeave, emojis, name, filter } = this.props;
|
||||
const { onClick, onMouseEnter, onMouseLeave, emojis, name } = this.props;
|
||||
if (!emojis || emojis.length === 0) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue