Address review comments
Minor fixes post-review
This commit is contained in:
parent
cc72f7ec24
commit
e177263d9f
2 changed files with 12 additions and 11 deletions
|
@ -109,7 +109,7 @@ module.exports = React.createClass({
|
|||
|
||||
var searchStatus;
|
||||
// don't display the search count until the search completes and
|
||||
// gives us a non-null searchCount.
|
||||
// gives us a valid (possibly zero) searchCount.
|
||||
if (this.props.searchInfo && this.props.searchInfo.searchCount != null) {
|
||||
searchStatus = <div className="mx_RoomHeader_searchStatus"> (~{ this.props.searchInfo.searchCount } results)</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue