From 4871520dbba517e4b65ca7453dfedd3c08cf03e1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:33:40 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/components/layouts/side.tsx | 4 +--- apps/dokploy/components/ui/sidebar.tsx | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 9f0bb482b..6a0f9de19 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -571,9 +571,7 @@ function SidebarLogo() { {/* Organization Logo and Selector */} diff --git a/apps/dokploy/components/ui/sidebar.tsx b/apps/dokploy/components/ui/sidebar.tsx index 2160acfde..bca3e2b3e 100644 --- a/apps/dokploy/components/ui/sidebar.tsx +++ b/apps/dokploy/components/ui/sidebar.tsx @@ -213,7 +213,9 @@ const Sidebar = React.forwardRef< } side={side} > -
{children}
+
+ {children} +
);