Skip to content

Commit 1867317

Browse files
obostjancicconstantinius
authored andcommitted
fix(demo-mode): includes demo header in stacked nav layout (#95203)
1 parent 8146e7c commit 1867317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/organizationLayout/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ 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 />
8990
<AppBodyContent>
9091
{organization && <OrganizationHeader organization={organization} />}
9192
<OrganizationDetailsBody>{children}</OrganizationDetailsBody>

0 commit comments

Comments
 (0)