diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx index d742500f..28aeb8c0 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[0].toUpperCase() + notification.notificationType.slice(1)} notification + {notification.notificationType && notification.notificationType[0].toUpperCase() + notification.notificationType.slice(1)} notification