diff --git a/components/notification-badge.tsx b/components/notification-badge.tsx index 230cdfa..2ffb835 100644 --- a/components/notification-badge.tsx +++ b/components/notification-badge.tsx @@ -218,13 +218,6 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:

{formatDistanceToNow(new Date(notification.timestamp), { addSuffix: true })} - {notification.source && ( - - • {notification.source === 'leantime' ? 'Leantime' : - notification.source === 'rocketchat' ? 'Parole' : - notification.source} - - )}