diff --git a/admin-compliance/app/sdk/layout.tsx b/admin-compliance/app/sdk/layout.tsx index e125162..5bd3054 100644 --- a/admin-compliance/app/sdk/layout.tsx +++ b/admin-compliance/app/sdk/layout.tsx @@ -208,10 +208,10 @@ function SDKInnerLayout({ children }: { children: React.ReactNode }) { {isCommandBarOpen && setCommandBarOpen(false)} />} {/* Pipeline Sidebar (FAB on mobile/tablet, fixed on desktop xl+) */} - {projectId && } + - {/* Compliance Advisor Widget */} - {projectId && } + {/* Compliance Advisor Widget — immer sichtbar, auch ohne Projekt */} + ) }