mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
missing key attr
This commit is contained in:
parent
8865732286
commit
e18e965eb8
@ -283,7 +283,7 @@ module.exports = React.createClass({
|
||||
</div>,
|
||||
button: "Sign out",
|
||||
extraButtons: [
|
||||
<button className="mx_Dialog_primary"
|
||||
<button key="export" className="mx_Dialog_primary"
|
||||
onClick={this._onExportE2eKeysClicked}>
|
||||
Export E2E room keys
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user