diff --git a/apps/dokploy/components/dashboard/project/add-application.tsx b/apps/dokploy/components/dashboard/project/add-application.tsx
index 7d53b3095..7c5c1a69c 100644
--- a/apps/dokploy/components/dashboard/project/add-application.tsx
+++ b/apps/dokploy/components/dashboard/project/add-application.tsx
@@ -214,7 +214,9 @@ export const AddApplication = ({ projectId, projectName }: Props) => {
))}
- Servers ({servers?.length + 1})
+
+ Servers ({servers?.length + 1})
+
diff --git a/apps/dokploy/components/dashboard/project/add-compose.tsx b/apps/dokploy/components/dashboard/project/add-compose.tsx
index 7249d2745..7c1dbfd47 100644
--- a/apps/dokploy/components/dashboard/project/add-compose.tsx
+++ b/apps/dokploy/components/dashboard/project/add-compose.tsx
@@ -222,7 +222,9 @@ export const AddCompose = ({ projectId, projectName }: Props) => {
))}
- Servers ({servers?.length + 1})
+
+ Servers ({servers?.length + 1})
+
diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx
index 66466bfc7..56ff6705f 100644
--- a/apps/dokploy/components/dashboard/project/add-template.tsx
+++ b/apps/dokploy/components/dashboard/project/add-template.tsx
@@ -500,7 +500,10 @@ export const AddTemplate = ({ projectId, baseUrl }: Props) => {
onClick={async () => {
const promise = mutateAsync({
projectId,
- serverId: serverId === "dokploy" ? undefined : serverId,
+ serverId:
+ serverId === "dokploy"
+ ? undefined
+ : serverId,
id: template.id,
baseUrl: customBaseUrl,
});
diff --git a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx
index 57e3115ac..95405d9d6 100644
--- a/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx
+++ b/apps/dokploy/components/dashboard/settings/certificates/add-certificate.tsx
@@ -222,7 +222,9 @@ export const AddCertificate = () => {
))}
- Servers ({servers?.length + 1})
+
+ Servers ({servers?.length + 1})
+