this repo has no description
0
fork

Configure Feed

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

Fix accounts loading error for non-server-side notifs grouping

+3 -3
+3 -3
src/components/notification.jsx
··· 447 447 448 448 console.debug('RENDER Notification', notification.id); 449 449 450 - const sameCount = 451 - notificationsCount > 0 && notificationsCount <= sampleAccounts?.length; 452 - const expandAccounts = sameCount ? 'local' : 'remote'; 450 + const diffCount = 451 + notificationsCount > 0 && notificationsCount > sampleAccounts?.length; 452 + const expandAccounts = diffCount ? 'remote' : 'local'; 453 453 454 454 return ( 455 455 <div