add hashtag block modal

This commit is contained in:
Ren Amamiya
2023-07-25 17:06:18 +07:00
parent a4e03a59eb
commit 8d761caf3e
6 changed files with 193 additions and 77 deletions

View File

@@ -91,7 +91,7 @@ export function UnknownsModal({ data }: { data: Chats[] }) {
<div className="flex h-[500px] flex-col overflow-y-auto overflow-x-hidden pb-5">
{data.map((user) => (
<div
key={user.event_id}
key={user.event_id || user.id}
className="group flex items-center justify-between px-4 py-3 hover:bg-zinc-800"
>
<User pubkey={user.sender_pubkey} />