From ee47e0f72e70e9541f1656b80ffd53ec51430eac Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 24 Feb 2019 04:44:38 +0000 Subject: [PATCH] pass through className Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/SearchBox.js | 3 ++- src/components/views/rooms/MemberList.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/SearchBox.js b/src/components/structures/SearchBox.js index 056549d029..3f9d954f9f 100644 --- a/src/components/structures/SearchBox.js +++ b/src/components/structures/SearchBox.js @@ -105,13 +105,14 @@ module.exports = React.createClass({ onClick={ () => {this._clearSearch("button"); } }> ) : undefined; + const className = this.props.className || ""; return (