mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Remove unused prop
This commit is contained in:
parent
7f6eabe657
commit
4e9c37c069
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = React.createClass({
|
|||
<button onClick={this.onRegisterClicked}>
|
||||
Register
|
||||
</button>
|
||||
<button onClick={this.props.onFinished} autoFocus={this.props.focus}>
|
||||
<button onClick={this.props.onFinished} autoFocus={true}>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue