Fix labs again

pull/21833/head
David Baker 2017-10-13 14:43:26 +01:00
parent 42e31ecba6
commit 5214a867db
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default {
if (enableLabs) { if (enableLabs) {
labsFeatures = FEATURES; labsFeatures = FEATURES;
} else { } else {
labsFeatures.filter((f) => { labsFeatures = FEATURES.filter((f) => {
const sdkConfigValue = featuresConfig[f.id]; const sdkConfigValue = featuresConfig[f.id];
if (sdkConfigValue === 'labs') { if (sdkConfigValue === 'labs') {
return true; return true;