There was an error while loading. Please reload this page.
1 parent c3a9658 commit 727e6daCopy full SHA for 727e6da
1 file changed
src/components/structures/UserSettings.js
@@ -364,8 +364,8 @@ module.exports = React.createClass({
364
365
this._renderLabs = function () {
366
let features = LABS_FEATURES.map(feature => (
367
- <div>
368
- <input key={feature}
+ <div key={feature}>
+ <input
369
type="checkbox"
370
id={feature}
371
name={feature}
0 commit comments