diff --git a/packages/manager/apps/pci-ai-notebooks/src/pages/notebooks/[notebookId]/Notebook.layout.tsx b/packages/manager/apps/pci-ai-notebooks/src/pages/notebooks/[notebookId]/Notebook.layout.tsx index 830127f026ef..28be211174d1 100644 --- a/packages/manager/apps/pci-ai-notebooks/src/pages/notebooks/[notebookId]/Notebook.layout.tsx +++ b/packages/manager/apps/pci-ai-notebooks/src/pages/notebooks/[notebookId]/Notebook.layout.tsx @@ -55,7 +55,6 @@ export default function NotebookLayout() { if (!notebook) { return ( <> - {/* */} Loading your notebook data @@ -68,11 +67,7 @@ export default function NotebookLayout() { return ( <> - {/* - - - */} -
Hello Notebook {notebook.spec.name}
+
{notebook.spec.name}