From 46e1bed5e9d2692e54c7a5e766a434dfb10478a1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 08:28:50 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dashboard/application/patches/show-patches.tsx | 5 ++--- apps/dokploy/server/api/routers/patch.ts | 12 ++---------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/patches/show-patches.tsx b/apps/dokploy/components/dashboard/application/patches/show-patches.tsx index 1f417ecdf..3162a4cd8 100644 --- a/apps/dokploy/components/dashboard/application/patches/show-patches.tsx +++ b/apps/dokploy/components/dashboard/application/patches/show-patches.tsx @@ -84,7 +84,7 @@ export const ShowPatches = ({ id, type }: Props) => { return ( - +
Patches @@ -185,8 +185,7 @@ export const ShowPatches = ({ id, type }: Props) => {
- {(patch.type === "update" || - patch.type === "create") && ( + {(patch.type === "update" || patch.type === "create") && (