whitespace

pull/21833/head
Matthew Hodgson 2016-02-15 20:42:44 +00:00
parent 6b48b626e6
commit 61018f4f38
1 changed files with 1 additions and 1 deletions

View File

@ -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>