diff --git a/src/TableHeaderColumn.js b/src/TableHeaderColumn.js index b986cb54f..0d66c1ede 100644 --- a/src/TableHeaderColumn.js +++ b/src/TableHeaderColumn.js @@ -181,9 +181,11 @@ class TableHeaderColumn extends Component { colSpan={ this.props.colSpan } data-is-only-head={ this.props.isOnlyHead } { ...attr }> - { children }{ sortCaret } -
e.stopPropagation() }> - { this.props.filter && !isOnlyHead ? this.getFilters() : null } +
+ { children }{ sortCaret } +
e.stopPropagation() }> + { this.props.filter && !isOnlyHead ? this.getFilters() : null } +
);