Skip to content

Commit 054dbdf

Browse files
committed
Revert "fix(demo-mode): includes demo header in stacked nav layout (#95203)"
This reverts commit 1867317.
1 parent 6234116 commit 054dbdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/views/organizationLayout/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function AppLayout({children, organization}: LayoutProps) {
8686
<Nav />
8787
{/* The `#main` selector is used to make the app content `inert` when an overlay is active */}
8888
<BodyContainer id="main">
89-
<DemoHeader />
9089
<AppBodyContent>
9190
{organization && <OrganizationHeader organization={organization} />}
9291
<OrganizationDetailsBody>{children}</OrganizationDetailsBody>

0 commit comments

Comments
 (0)