From 68d76fbda0ee51efdaf1855b14f3a559fe5cbe81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 12 Feb 2026 11:50:44 +0100 Subject: [PATCH] nicolium: actually stop displaying repeated repost info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../pl-fe/src/features/notifications/components/notification.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pl-fe/src/features/notifications/components/notification.tsx b/packages/pl-fe/src/features/notifications/components/notification.tsx index 18b345904..be558c11d 100644 --- a/packages/pl-fe/src/features/notifications/components/notification.tsx +++ b/packages/pl-fe/src/features/notifications/components/notification.tsx @@ -452,6 +452,7 @@ const Notification: React.FC = (props) => { avatarSize={avatarSize} contextType='notifications' showGroup={false} + showInfo={false} variant='slim' /> )) : null;