1
0
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:
David Baker
2016-08-05 17:18:45 +01:00
parent f8d02c1551
commit 5e358b8cf6

View File

@@ -363,6 +363,7 @@ module.exports = React.createClass({
}, },
_renderLabs: function () { _renderLabs: function () {
// default to enabled if undefined
if (this.props.enableLabs === false) return null; if (this.props.enableLabs === false) return null;
let features = LABS_FEATURES.map(feature => ( let features = LABS_FEATURES.map(feature => (