diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3f7a025..ed6a105 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -47,6 +47,8 @@ function App() { const [updateInstruction, setUpdateInstruction] = useState(""); const [isImportedFromCode, setIsImportedFromCode] = useState(false); + + // Settings const [settings, setSettings] = usePersistedState( { @@ -348,105 +350,105 @@ function App() { {(appState === AppState.CODING || appState === AppState.CODE_READY) && ( - <> - {/* Show code preview only when coding */} - {appState === AppState.CODING && ( -
-
- - {executionConsole.slice(-1)[0]} -
-
- -
- -
- )} - - {appState === AppState.CODE_READY && ( -
-
-