diff --git a/apps/web/src/components/editor/index.tsx b/apps/web/src/components/editor/index.tsx index 1dc6bf684..77c49c9c4 100644 --- a/apps/web/src/components/editor/index.tsx +++ b/apps/web/src/components/editor/index.tsx @@ -229,7 +229,8 @@ export default function TabsView() { ) : null} {arePropertiesVisible && activeSession && - activeSession.type !== "new" && ( + activeSession.type !== "new" && + activeSession.type !== "locked" && (