diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 84633dba..8d08b62b 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -1039,7 +1039,7 @@ export default function EditorLayout() { - {activeTab === 'env' && envFiles.length > 0 && ( + {activeTab === 'env' && envFiles.length > 1 && (