1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

whitespace

This commit is contained in:
Matthew Hodgson
2016-02-15 20:42:44 +00:00
parent 6b48b626e6
commit 61018f4f38

View File

@@ -45,7 +45,7 @@ module.exports = React.createClass({
<div className="mx_Dialog_content"> <div className="mx_Dialog_content">
Sign out? Sign out?
</div> </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 autoFocus onClick={this.logOut}>Sign Out</button>
<button onClick={this.cancelPrompt}>Cancel</button> <button onClick={this.cancelPrompt}>Cancel</button>
</div> </div>