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") && (