We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6234116 commit 054dbdfCopy full SHA for 054dbdf
static/app/views/organizationLayout/index.tsx
@@ -86,7 +86,6 @@ function AppLayout({children, organization}: LayoutProps) {
86
<Nav />
87
{/* The `#main` selector is used to make the app content `inert` when an overlay is active */}
88
<BodyContainer id="main">
89
- <DemoHeader />
90
<AppBodyContent>
91
{organization && <OrganizationHeader organization={organization} />}
92
<OrganizationDetailsBody>{children}</OrganizationDetailsBody>
0 commit comments