Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5214a86

Browse files
committed
Fix labs again
1 parent 42e31ec commit 5214a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserSettingsStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
if (enableLabs) {
4444
labsFeatures = FEATURES;
4545
} else {
46-
labsFeatures.filter((f) => {
46+
labsFeatures = FEATURES.filter((f) => {
4747
const sdkConfigValue = featuresConfig[f.id];
4848
if (sdkConfigValue === 'labs') {
4949
return true;

0 commit comments

Comments
 (0)