Skip to content

Commit

Permalink
feat(ai.notebooks): fix pr comments
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Bullet <[email protected]>
  • Loading branch information
abullet33 committed Nov 15, 2024
1 parent 3afe14e commit 2f7a1eb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function NotebookLayout() {
if (!notebook) {
return (
<>
{/* <NotebookHeader.Skeleton /> */}
<TabsMenu.Skeleton />
Loading your notebook data
</>
Expand All @@ -68,11 +67,7 @@ export default function NotebookLayout() {

return (
<>
{/*
<NotebookHeader notebook={notebook} />
<NotebookTabs service={notebook} />
*/}
<div>Hello Notebook {notebook.spec.name}</div>
<div>{notebook.spec.name}</div>
<div className="space-y-2">
<Outlet context={notebookLayoutContext} />
</div>
Expand Down

0 comments on commit 2f7a1eb

Please sign in to comment.