diff --git a/apps/dokploy/components/dashboard/application/logs/show.tsx b/apps/dokploy/components/dashboard/application/logs/show.tsx index 019cfd943..d1f5b1669 100644 --- a/apps/dokploy/components/dashboard/application/logs/show.tsx +++ b/apps/dokploy/components/dashboard/application/logs/show.tsx @@ -173,13 +173,11 @@ export const ShowDockerLogs = ({ appName, serverId }: Props) => { {option === "swarm" && services?.find((c) => c.containerId === containerId)?.error && ( -
- Error: - { - services.find((c) => c.containerId === containerId)?.error - } -
- )} +
+ Error: + {services.find((c) => c.containerId === containerId)?.error} +
+ )} { {option === "swarm" && services?.find((c) => c.containerId === containerId)?.error && ( -
- Error: - {services.find((c) => c.containerId === containerId)?.error} -
- )} +
+ Error: + {services.find((c) => c.containerId === containerId)?.error} +
+ )}