diff --git a/apps/dokploy/components/layouts/dashboard-layout.tsx b/apps/dokploy/components/layouts/dashboard-layout.tsx index 3b4b482b..4e2e15b3 100644 --- a/apps/dokploy/components/layouts/dashboard-layout.tsx +++ b/apps/dokploy/components/layouts/dashboard-layout.tsx @@ -15,7 +15,9 @@ export const DashboardLayout = ({ children }: Props) => { return ( <> {children} - {isCloud && } + {isCloud === true && ( + + )} {haveRootAccess === true && }