From 04a10146ac55f094a6cb931ca507bbf3d727fa4f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 05:16:30 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../dashboard/application/deployments/show-deployments.tsx | 2 +- apps/dokploy/pages/_error.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx index cb5edf0a..5c84888f 100644 --- a/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx +++ b/apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx @@ -86,7 +86,7 @@ export const ShowDeployments = ({ Webhook URL:
- {`${url}/api/deploy${type === 'compose' ? '/compose' : ''}/${refreshToken}`} + {`${url}/api/deploy${type === "compose" ? "/compose" : ""}/${refreshToken}`} {(type === "application" || type === "compose") && ( diff --git a/apps/dokploy/pages/_error.tsx b/apps/dokploy/pages/_error.tsx index 4095caa6..7efbec25 100644 --- a/apps/dokploy/pages/_error.tsx +++ b/apps/dokploy/pages/_error.tsx @@ -80,7 +80,11 @@ export default function Custom404({ statusCode, error }: Props) {