diff --git a/src/components/structures/SearchBox.js b/src/components/structures/SearchBox.js index a49f845e..9a38089e 100644 --- a/src/components/structures/SearchBox.js +++ b/src/components/structures/SearchBox.js @@ -81,6 +81,16 @@ module.exports = React.createClass({ var searchControls; if (!this.props.collapsed) { searchControls = [ + this.state.searchTerm.length > 0 ? +