From 68be6f451f43fc893f2b5751e5c06acbce00ef5d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:42:17 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../project/[projectId]/environment/[environmentId].tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx index 870eaa85f..e3f75a852 100644 --- a/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx +++ b/apps/dokploy/pages/dashboard/project/[projectId]/environment/[environmentId].tsx @@ -15,7 +15,9 @@ import { Search, ServerIcon, Trash2, - X,Terminal,SquareTerminal + X, + Terminal, + SquareTerminal, } from "lucide-react"; import type { GetServerSidePropsContext, @@ -779,8 +781,8 @@ const EnvironmentPage = ( currentEnvironmentId={environmentId} /> - - + + {currentEnvironment.description || "No description provided"}