diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 21bf5d8..a4131e2 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -460,7 +460,9 @@ function groupNotifications(notifications) { const date = new Date(createdAt).toLocaleDateString(); const key = `${status?.id}-${type}-${date}`; const mappedNotification = notificationsMap[key]; - if (mappedNotification?.account) { + if (type === 'follow_request') { + cleanNotifications[j++] = notification; + } else if (mappedNotification?.account) { mappedNotification._accounts.push(account); } else { let n = (notificationsMap[key] = {