this repo has no description
0
fork

Configure Feed

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

Use _types as key too

+1 -1
+1 -1
src/components/generic-accounts.jsx
··· 73 73 <> 74 74 <ul class="accounts-list"> 75 75 {accounts.map((account) => ( 76 - <li key={account.id}> 76 + <li key={account.id + (account._types || '')}> 77 77 {showReactions && account._types?.length > 0 && ( 78 78 <div class="reactions-block"> 79 79 {account._types.map((type) => (