oops
This commit is contained in:
parent
e5e259e1f8
commit
27de972bfb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue