feat: following badge
This commit is contained in:
parent
f7051ed46b
commit
f23493742b
10 changed files with 67 additions and 23 deletions
|
|
@ -67,7 +67,7 @@ export function ProfileListBySearch({ search }: { search: string }) {
|
|||
return (
|
||||
<div className="px-4">
|
||||
{Array.from(pubkeySet).map((pubkey, index) => (
|
||||
<UserItem key={`${index}-${pubkey}`} pubkey={pubkey} />
|
||||
<UserItem key={`${index}-${pubkey}`} userId={pubkey} />
|
||||
))}
|
||||
{hasMore && <UserItemSkeleton />}
|
||||
{hasMore && <div ref={bottomRef} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue