You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Add comment
This commit is contained in:
@@ -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 => (
|
||||
|
||||
Reference in New Issue
Block a user