Use _types as key too

pull/228/head
Lim Chee Aun 2023-09-13 18:43:25 +08:00
rodzic f02cd50d7b
commit 62201b0250
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -73,7 +73,7 @@ export default function GenericAccounts({ onClose = () => {} }) {
<>
<ul class="accounts-list">
{accounts.map((account) => (
<li key={account.id}>
<li key={account.id + (account._types || '')}>
{showReactions && account._types?.length > 0 && (
<div class="reactions-block">
{account._types.map((type) => (