1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix labs again

This commit is contained in:
David Baker
2017-10-13 14:43:26 +01:00
parent 42e31ecba6
commit 5214a867db

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;