mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 02:11:31 +02:00
Don't underline recently category in header if it's empty
Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
parent
2dad33cd3e
commit
bb1a242ef0
@ -82,7 +82,7 @@ class EmojiPicker extends React.Component {
|
||||
id: "recent",
|
||||
name: _t("Frequently Used"),
|
||||
enabled: this.recentlyUsed.length > 0,
|
||||
visible: true,
|
||||
visible: this.recentlyUsed.length > 0,
|
||||
ref: React.createRef(),
|
||||
}, {
|
||||
id: "people",
|
||||
|
Loading…
x
Reference in New Issue
Block a user