Add comment
This commit is contained in:
parent
f8d02c1551
commit
5e358b8cf6
1 changed files with 1 additions and 0 deletions
|
@ -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 => (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue