mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-14 17:02:17 +02:00
Add comment
This commit is contained in:
parent
f8d02c1551
commit
5e358b8cf6
@ -363,6 +363,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
_renderLabs: function () {
|
||||
// default to enabled if undefined
|
||||
if (this.props.enableLabs === false) return null;
|
||||
|
||||
let features = LABS_FEATURES.map(feature => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user