From a84a300947e3995945db2789dbf062c2e18c7b8e Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 17 May 2017 11:26:22 -0400 Subject: PLT-6520 Add RhsDropdownButton component to avoid React-Bootstrap warning (#6405) --- webapp/components/rhs_dropdown_button.jsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 webapp/components/rhs_dropdown_button.jsx (limited to 'webapp/components/rhs_dropdown_button.jsx') diff --git a/webapp/components/rhs_dropdown_button.jsx b/webapp/components/rhs_dropdown_button.jsx new file mode 100644 index 000000000..3c325a431 --- /dev/null +++ b/webapp/components/rhs_dropdown_button.jsx @@ -0,0 +1,20 @@ +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +import React, {PropTypes, PureComponent} from 'react'; + +export default class RhsDropdownButton extends PureComponent { + static propTypes = { + onClick: PropTypes.func.isRequired + } + + render() { + return ( + + ); + } +} -- cgit v1.2.3-1-g7c22