diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 8e3188aa..a243b6f6 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -527,7 +527,7 @@ function NotificationGroupItem(props: { notification={notification} key={notification.id} justSummary={false} - hideTitle={true} + isChildOfGroup={true} /> ))} > @@ -544,9 +544,9 @@ function NotificationGroupItem(props: { function NotificationItem(props: { notification: Notification justSummary?: boolean - hideTitle?: boolean + isChildOfGroup?: boolean }) { - const { notification, justSummary, hideTitle } = props + const { notification, justSummary, isChildOfGroup } = props const { sourceType, sourceUserName, @@ -631,25 +631,28 @@ function NotificationItem(props: { } >