fix: feature id reference

This commit is contained in:
Mo
2022-02-22 11:05:37 -06:00
parent 7f4184e0a9
commit af69a02555

View File

@@ -146,7 +146,8 @@ export const QuickSettingsMenu: FunctionComponent<MenuProps> = observer(
(component) =>
[ComponentArea.EditorStack, ComponentArea.TagsList].includes(
component.area
) && component.identifier !== FeatureIdentifier.FoldersComponent
) &&
component.identifier !== FeatureIdentifier.DeprecatedFoldersComponent
);
setToggleableComponents(toggleableComponents);
}, [application]);