Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Feb 14, 2024
1 parent 3132e62 commit 383f53f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/view/com/util/UserPreviewLink.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 383f53f

Please sign in to comment.