add download keys button to onboarding process
This commit is contained in:
@@ -86,7 +86,7 @@ export function FollowingBlock() {
|
||||
if (root || reply) {
|
||||
return (
|
||||
<div
|
||||
key={note.event_id || note.id}
|
||||
key={(root || reply) + (note.event_id || note.id)}
|
||||
data-index={index}
|
||||
ref={rowVirtualizer.measureElement}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user