Skip to content

Commit

Permalink
remove activation sidebar from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Dec 28, 2023
1 parent babc037 commit 9088ffa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/layout/navigation/SideBar/SideBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ActivationSidebar } from 'lib/components/ActivationSidebar/ActivationSidebar'
import { DebugNotice } from 'lib/components/DebugNotice'
import { NotebookPopover } from 'scenes/notebooks/NotebookPanel/NotebookPopover'

Expand All @@ -7,7 +6,6 @@ export function SideBar(): JSX.Element {
<div>
<DebugNotice />
<NotebookPopover />
<ActivationSidebar />
</div>
)
}

0 comments on commit 9088ffa

Please sign in to comment.