pl-fe: add missing key

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-19 23:39:03 +02:00
parent 8906ce06e9
commit 0890ec993d

View File

@ -40,6 +40,7 @@ const buildLink = (account: Pick<Account, 'acct' | 'display_name' | 'emojis' | '
className='font-bold text-gray-800 hover:underline dark:text-gray-200'
title={account.acct}
to={`/@${account.acct}`}
key={account.id}
>
<HoverAccountWrapper key={account.acct} element='bdi' accountId={account.id}>
<Emojify text={account.display_name} emojis={account.emojis} />