From fd3957c1431e94d3c464b6d413ce4398238e79c9 Mon Sep 17 00:00:00 2001 From: ambulgm Date: Thu, 11 Dec 2025 14:29:37 -0800 Subject: [PATCH] shorten comments Signed-off-by: ambulgm --- .../NotificationsSideBarItem/NotificationsSideBarItem.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/notifications/src/components/NotificationsSideBarItem/NotificationsSideBarItem.tsx b/plugins/notifications/src/components/NotificationsSideBarItem/NotificationsSideBarItem.tsx index d9440af62e..70407d8e8d 100644 --- a/plugins/notifications/src/components/NotificationsSideBarItem/NotificationsSideBarItem.tsx +++ b/plugins/notifications/src/components/NotificationsSideBarItem/NotificationsSideBarItem.tsx @@ -134,8 +134,6 @@ export type NotificationsSideBarItemProps = { noTrack?: boolean; /** * Optional render function to provide custom UI instead of the default SidebarItem. - * When provided, allows placing the notification indicator anywhere (e.g., header). - * The default SidebarItem will not be rendered when this prop is used. */ renderItem?: (props: NotificationsRenderItemProps) => React.ReactNode; };