add cancelButton to simpleHeader
This commit is contained in:
parent
8ec13d2752
commit
19770563f4
3 changed files with 9 additions and 1 deletions
|
@ -340,7 +340,7 @@ module.exports = React.createClass({
|
|||
|
||||
return (
|
||||
<div className="mx_UserSettings">
|
||||
<SimpleRoomHeader title="Settings"/>
|
||||
<SimpleRoomHeader title="Settings" onCancelClick={ this.props.onClose }/>
|
||||
|
||||
<GeminiScrollbar className="mx_UserSettings_body" autoshow={true}>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue