diff --git a/src/view/com/util/UserPreviewLink.web.tsx b/src/view/com/util/UserPreviewLink.web.tsx index 1598e2ad2f..d813dcae21 100644 --- a/src/view/com/util/UserPreviewLink.web.tsx +++ b/src/view/com/util/UserPreviewLink.web.tsx @@ -109,15 +109,9 @@ export function UserPreviewLink( interface HoverProfileCardProps { did: string - // onPointerEnter: () => void - // onPointerLeave: () => void } -function HoverProfileCard({ - did, -}: // onPointerEnter, -// onPointerLeave, -HoverProfileCardProps) { +function HoverProfileCard({did}: HoverProfileCardProps) { const pal = usePalette('default') const profile = useProfileQuery({did})