diff --git a/apps/dokploy/components/ui/file-tree.tsx b/apps/dokploy/components/ui/file-tree.tsx index 0f50d5089..60c764a92 100644 --- a/apps/dokploy/components/ui/file-tree.tsx +++ b/apps/dokploy/components/ui/file-tree.tsx @@ -246,7 +246,9 @@ const Leaf = React.forwardRef< aria-hidden="true" /> )} -
{item.name}
++ {item.name} +
); });