add download keys button to onboarding process

This commit is contained in:
Ren Amamiya
2023-07-19 07:57:25 +07:00
parent 12bfa2fca1
commit 6307e8d1e4
9 changed files with 75 additions and 39 deletions

View File

@@ -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}
>