From 1288660fd638840edcfc5679ff88cf2fac113fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladislav=20Popovi=C4=8D?= Date: Wed, 14 Aug 2024 22:25:51 +0300 Subject: [PATCH 1/2] Update show-domains.tsx --- .../components/dashboard/application/domains/show-domains.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx index d7724ce72..15e84e84b 100644 --- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx @@ -77,7 +77,7 @@ export const ShowDomains = ({ applicationId }: Props) => { key={item.domainId} className="flex w-full items-center gap-4 max-sm:flex-wrap border p-4 rounded-lg" > - + From d18e315a28f19633516e9ba882f1e1b0447a2c41 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:50:58 -0600 Subject: [PATCH 2/2] chore: biome --- .../dashboard/application/domains/show-domains.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx index 15e84e84b..336b20bfe 100644 --- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx @@ -77,7 +77,10 @@ export const ShowDomains = ({ applicationId }: Props) => { key={item.domainId} className="flex w-full items-center gap-4 max-sm:flex-wrap border p-4 rounded-lg" > - +