fix: add missing key
This commit is contained in:
parent
8b1c2ebe3f
commit
7da4127652
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default function NewNotesButton({
|
||||||
{pubkeys.length > 0 && (
|
{pubkeys.length > 0 && (
|
||||||
<div className="*:data-[slot=avatar]:ring-background flex -space-x-2 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]:grayscale">
|
<div className="*:data-[slot=avatar]:ring-background flex -space-x-2 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]:grayscale">
|
||||||
{pubkeys.map((pubkey) => (
|
{pubkeys.map((pubkey) => (
|
||||||
<SimpleUserAvatar userId={pubkey} size="small" />
|
<SimpleUserAvatar key={pubkey} userId={pubkey} size="small" />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue