From 3a7f76e33e8cbea53b6b0afe8868ca7fffbb31c1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:11:32 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../components/dashboard/application/logs/show.tsx | 12 +++++------- .../components/dashboard/compose/logs/show-stack.tsx | 10 +++++----- 2 files changed, 10 insertions(+), 12 deletions(-) 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} +
+ )}