diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 82bd0a0..e6f8503 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -101,7 +101,9 @@ function App() { appState === AppState.INITIAL; const showSelectAndEditFeature = - selectedCodeGenerationModel === CodeGenerationModel.GPT_4O_2024_05_13 && + (selectedCodeGenerationModel === CodeGenerationModel.GPT_4O_2024_05_13 || + selectedCodeGenerationModel === + CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20) && settings.generatedCodeConfig === Stack.HTML_TAILWIND; // Indicate coding state using the browser tab's favicon and title