pl-fe: add missing key
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user