You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-02 21:22:41 +03:00
Fix key attr placement in UserSettings
This commit is contained in:
@@ -364,8 +364,8 @@ module.exports = React.createClass({
|
||||
|
||||
this._renderLabs = function () {
|
||||
let features = LABS_FEATURES.map(feature => (
|
||||
<div>
|
||||
<input key={feature}
|
||||
<div key={feature}>
|
||||
<input
|
||||
type="checkbox"
|
||||
id={feature}
|
||||
name={feature}
|
||||
|
||||
Reference in New Issue
Block a user