From 90e6c2a29138ccb8beb37f72dc1c767f236188d6 Mon Sep 17 00:00:00 2001 From: Ian Yong Date: Sun, 2 Apr 2023 16:12:15 +0800 Subject: [PATCH] Enable Folder mode in the playground --- src/pages/playground/Playground.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/playground/Playground.tsx b/src/pages/playground/Playground.tsx index 95ecb5e778..3a19f0791d 100644 --- a/src/pages/playground/Playground.tsx +++ b/src/pages/playground/Playground.tsx @@ -686,11 +686,6 @@ const Playground: React.FC = ({ workspaceLocation = 'playground }, [dispatch, isSicpEditor, props.initialEditorValueHash, props.queryString, props.shortURL]); const toggleFolderModeButton = React.useMemo(() => { - // TODO: Remove this once the Folder mode is ready for production. - if (true) { - return <>; - } - return (