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"}