You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03: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:
@@ -82,7 +82,7 @@ class EmojiPicker extends React.Component {
|
|||||||
id: "recent",
|
id: "recent",
|
||||||
name: _t("Frequently Used"),
|
name: _t("Frequently Used"),
|
||||||
enabled: this.recentlyUsed.length > 0,
|
enabled: this.recentlyUsed.length > 0,
|
||||||
visible: true,
|
visible: this.recentlyUsed.length > 0,
|
||||||
ref: React.createRef(),
|
ref: React.createRef(),
|
||||||
}, {
|
}, {
|
||||||
id: "people",
|
id: "people",
|
||||||
|
|||||||
Reference in New Issue
Block a user