Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-10-13 13:43:44 +00:00
commit 98a5669eb1

View file

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