diff --git a/src/utils/group-notifications.js b/src/utils/group-notifications.js index 4017a8bd..ff7b6e6f 100644 --- a/src/utils/group-notifications.js +++ b/src/utils/group-notifications.js @@ -89,8 +89,7 @@ export function groupNotifications2(groupNotifications) { } = gn; const date = createdAt ? new Date(createdAt).toLocaleDateString() : ''; let virtualType = type; - // const sameCount = - notificationsCount > 0 && notificationsCount === sampleAccounts?.length; + // const sameCount = notificationsCount > 0 && notificationsCount === sampleAccounts?.length; // if (sameCount && (type === 'favourite' || type === 'reblog')) { if (type === 'favourite' || type === 'reblog') { virtualType = 'favourite+reblog';