From 477a0f324dcffb4965486b51d1fe241985d3a57e Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 11 Jan 2026 22:47:15 +0100 Subject: [PATCH] notifications big --- components/notification-badge.tsx | 7 ------- 1 file changed, 7 deletions(-) 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} - - )}