From ed8be62ff30dcaeeea34ec815e15f74e45fa46a4 Mon Sep 17 00:00:00 2001 From: usopp Date: Fri, 20 Dec 2024 00:24:44 +0100 Subject: [PATCH] chore: lint --- .../dashboard/settings/notifications/show-notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx index 28aeb8c0..10ea7304 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx @@ -72,7 +72,7 @@ export const ShowNotifications = () => { {notification.name} - {notification.notificationType && notification.notificationType[0].toUpperCase() + notification.notificationType.slice(1)} notification + {notification.notificationType?.[0]?.toUpperCase() + notification.notificationType?.slice(1)} notification