From 622b11fd9143c03e7ddd34a1dc86ae7601015def Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 16 Jan 2019 13:04:49 +0100 Subject: [PATCH] remove commented out code from shifting things around --- src/components/views/rooms/SearchBar.js | 30 ------------------------- 1 file changed, 30 deletions(-) diff --git a/src/components/views/rooms/SearchBar.js b/src/components/views/rooms/SearchBar.js index 78c7e7bbb3..fb9c3103ab 100644 --- a/src/components/views/rooms/SearchBar.js +++ b/src/components/views/rooms/SearchBar.js @@ -75,35 +75,5 @@ module.exports = React.createClass({ ); - - - - -/* -const clearButton = this.state.searchTerm.length > 0 ? - ( {this._clearSearch("button")} }> - ) : undefined; - - return ( -
- - { clearButton } -
- ); -*/ - - }, });