mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
whitespace
This commit is contained in:
parent
6b48b626e6
commit
61018f4f38
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_Dialog_content">
|
||||
Sign out?
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons" onKeyDown={ this.onKeyDown } >
|
||||
<div className="mx_Dialog_buttons" onKeyDown={ this.onKeyDown }>
|
||||
<button autoFocus onClick={this.logOut}>Sign Out</button>
|
||||
<button onClick={this.cancelPrompt}>Cancel</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue