mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
oops
This commit is contained in:
parent
e5e259e1f8
commit
27de972bfb
@ -403,7 +403,7 @@ var RoomSubList = React.createClass({
|
|||||||
badge = <div className={badgeClasses}>{ FormattingUtils.formatCount(subListNotifCount) }</div>;
|
badge = <div className={badgeClasses}>{ FormattingUtils.formatCount(subListNotifCount) }</div>;
|
||||||
}
|
}
|
||||||
else if (subListNotifHighlight) {
|
else if (subListNotifHighlight) {
|
||||||
badge = <div className={badgeClasses}>{ ! }</div>;
|
badge = <div className={badgeClasses}>!</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
// When collapsed, allow a long hover on the header to show user
|
// When collapsed, allow a long hover on the header to show user
|
||||||
|
Loading…
Reference in New Issue
Block a user