this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Better checks

+6 -2
+6 -2
src/utils/group-notifications.jsx
··· 29 29 } 30 30 31 31 export function massageNotifications2(notifications) { 32 - if (notifications?.accounts) { 33 - const { accounts, notificationGroups, statuses } = notifications; 32 + if (notifications?.notificationGroups) { 33 + const { 34 + accounts = [], 35 + notificationGroups = [], 36 + statuses = [], 37 + } = notifications; 34 38 return notificationGroups.map((group) => { 35 39 const { sampleAccountIds, statusId } = group; 36 40 const sampleAccounts =