Add comment

pull/21833/head
David Baker 2016-08-05 17:18:45 +01:00
parent f8d02c1551
commit 5e358b8cf6
1 changed files with 1 additions and 0 deletions

View File

@ -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 => (