this repo has no description
0
fork

Configure Feed

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

Fix NaN

+1 -1
+1 -1
src/components/notification.jsx
··· 383 383 384 384 if (typeof text === 'function') { 385 385 const count = 386 - type === 'favourite' || type === 'reblog' 386 + (type === 'favourite' || type === 'reblog') && notificationsCount 387 387 ? notificationsCount 388 388 : _accounts?.length || sampleAccounts?.length || (account ? 1 : 0); 389 389 const postsCount = _statuses?.length || (status ? 1 : 0);