diff --git a/static/app/views/organizationLayout/index.tsx b/static/app/views/organizationLayout/index.tsx
index e15910197968ff..f8c9cfc36481eb 100644
--- a/static/app/views/organizationLayout/index.tsx
+++ b/static/app/views/organizationLayout/index.tsx
@@ -64,7 +64,7 @@ function OrganizationLayout({children}: Props) {
{children}
-
+ location.pathname} />
);
}