diff --git a/admin-compliance/app/sdk/layout.tsx b/admin-compliance/app/sdk/layout.tsx
index 0188af2..e125162 100644
--- a/admin-compliance/app/sdk/layout.tsx
+++ b/admin-compliance/app/sdk/layout.tsx
@@ -189,18 +189,16 @@ function SDKInnerLayout({ children }: { children: React.ReactNode }) {
return (
- {/* Sidebar — only show when a project is selected */}
- {projectId && (
-
- )}
+ {/* Sidebar — always visible */}
+
{/* Main Content - dynamic margin based on sidebar state */}
-
- {/* Header — only show when a project is selected */}
- {projectId &&
}
+
+ {/* Header — always visible */}
+
{/* Page Content */}
{children}