Skip to content

Commit d654251

Browse files
authored
Enable Folder mode in the playground (#2406)
1 parent b3764dd commit d654251

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/playground/Playground.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,11 +686,6 @@ const Playground: React.FC<PlaygroundProps> = ({ workspaceLocation = 'playground
686686
}, [dispatch, isSicpEditor, props.initialEditorValueHash, props.queryString, props.shortURL]);
687687

688688
const toggleFolderModeButton = React.useMemo(() => {
689-
// TODO: Remove this once the Folder mode is ready for production.
690-
if (true) {
691-
return <></>;
692-
}
693-
694689
return (
695690
<ControlBarToggleFolderModeButton
696691
isFolderModeEnabled={isFolderModeEnabled}

0 commit comments

Comments
 (0)