diff --git a/src/table/table-header.jsx b/src/table/table-header.jsx index 0f9674d09dbd36..8151635ec88814 100644 --- a/src/table/table-header.jsx +++ b/src/table/table-header.jsx @@ -127,11 +127,10 @@ let TableHeader = React.createClass({ }, _getSelectAllCheckboxColumn(props) { - if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props); + if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props); const checkbox = ; return ( - + {checkbox} );