diff --git a/apps/web/src/components/editor/index.tsx b/apps/web/src/components/editor/index.tsx index c2ac8d340..958e8ced6 100644 --- a/apps/web/src/components/editor/index.tsx +++ b/apps/web/src/components/editor/index.tsx @@ -226,11 +226,13 @@ export default function TabsView() { ) : null} - {arePropertiesVisible && activeSession && ( - - - - )} + {arePropertiesVisible && + activeSession && + activeSession.type !== "new" && ( + + + + )}