Remove pointless length guard
This commit is contained in:
parent
49f2b9df88
commit
9574a0b663
1 changed files with 0 additions and 4 deletions
|
@ -66,10 +66,6 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
_renderNameList: function(users) {
|
_renderNameList: function(users) {
|
||||||
if (users.length === 0) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return this._renderCommaSeparatedList(users, this.props.summaryLength);
|
return this._renderCommaSeparatedList(users, this.props.summaryLength);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue